MSFT_DedupJobSchedule, ROOT\Microsoft\Windows\Deduplication\MS_409

Class | Methods (1) | Properties (13) | Qualifiers (4) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Represents a data deduplication schedule.

MSFT_DedupJobSchedule methods

MSFT_DedupJobSchedule has 1 methods (1 Local)

NameOriginReturn
CreateMSFT_DedupJobScheduleuint32 {'out':True}

MSFT_DedupJobSchedule properties

MSFT_DedupJobSchedule has 13 properties (13 Local)

NameOriginCIMType
DaysMSFT_DedupJobSchedule3 [sint32]
DurationHoursMSFT_DedupJobSchedule19 [uint32]
EnabledMSFT_DedupJobSchedule11 [boolean]
FullMSFT_DedupJobSchedule11 [boolean]
InputOutputThrottleLevelMSFT_DedupJobSchedule19 [uint32]
MemoryMSFT_DedupJobSchedule19 [uint32]
key
Name
MSFT_DedupJobSchedule8 [string]
PriorityMSFT_DedupJobSchedule19 [uint32]
ReadOnlyMSFT_DedupJobSchedule11 [boolean]
ScheduledTaskMSFT_DedupJobSchedule8 [string]
StartMSFT_DedupJobSchedule101 [datetime]
StopWhenSystemBusyMSFT_DedupJobSchedule11 [boolean]
TypeMSFT_DedupJobSchedule19 [uint32]

Detailed description of MSFT_DedupJobSchedule methods

Local methods (1) of MSFT_DedupJobSchedule class

Create method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Namestring0-{'Description':'A friendly name for the data deduplication job schedule that will be created.','In':True}
Typeuint321-{'Description':'The type of data deduplication job to run when this schedule is triggered.','In':True,'Values':['Optimization', 'GarbageCollection', 'Scrubbing', 'Unoptimization']}
Disableboolean2-{'Description':'Creates this new job schedule, but immediately disables it so that it will not run when the system clock reaches the date and time specified by the Start parameter. To re-enable the job schedule after it has been disabled, modify the Enabled property of the CIM object instance.','In':True}
Startdatetime3-{'Description':'Specifies a time to start this job. By default, this parameter is set to 1:45am. Type the date in a format that is standard for the system locale, such as dd-MM-yyyy (German [Germany]) or MM/dd/yyyy (English [United States]).','In':True}
DurationHoursuint324-{'Description':'Specifies the number of hours that this job should run before it is stopped if the job does not complete prior to the elapsed hours. All deduplication jobs can be safely stopped with no impact on the files in process. If this parameter is set to zero, the scheduled job will run until complete.','In':True}
Dayssint325-{'Description':'Specifies the day of the week on which this weekly schedule will run.','In':True,'Values':['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']}
StopWhenSystemBusyboolean6-{'Description':'Specifies whether the job should cease to run when the system is busy and retry later. If the schedule is for high priority jobs, then set this parameter to FALSE.','In':True}
Memoryuint327-{'Description':'Specifies the maximum percentage of physical machine memory that can be consumed by this job. For optimization jobs, a range from 15-50 is suggested-with lower memory consumption for jobs that are scheduled to run when the StopWhenSystemBusy parameter is set to FALSE. For garbage collection and scrubbing jobs, which are typically run at off hours, a higher memory consumption can be safely specified?for example, 50.','In':True}
Priorityuint328-{'Description':'Sets the CPU and I/O priority for the optimization job run by this schedule. For jobs that are scheduled to run when the StopWhenSystemBusy parameter is set to FALSE, setting this parameter to Low may make sense. For most other optimization jobs, setting this parameter to Normal will be the most efficient.','In':True,'Values':['Low', 'Normal', 'High']}
InputOutputThrottleLeveluint329-{'Description':'Amount of IO throttling the dedup job will provide to ensure it does not interfere with other IO heavy processes.','In':True,'Values':['None', 'Low', 'Medium', 'High', 'Maximum']}
Fullboolean10-{'Description':'Specifies whether the job should run in a more thorough and resource intensive mode. This parameter only applies to scrubbing and garbage collection jobs.','In':True}
ReadOnlyboolean11-{'Description':'Specifies whether the job should run in read only mode. This parameter only applies to scrubbing jobs.','In':True}
DedupJobScheduleobject:MSFT_DedupJobSchedule12-{'Description':'Array of references to the newly created deduplication jobs.','Out':True}
Description'Creates a new data deduplication schedule (with default settings, if none are specified) and returns a deduplication schedule CIM object that can be used to customize the schedule.'
Create method is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 14 namespaces

Detailed description of MSFT_DedupJobSchedule properties

Local properties (13) of MSFT_DedupJobSchedule class

Days property
CIMTYPE'sint32'
Description'Specifies the day of the week on which this weekly schedule will run.'
Values['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
Days property is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 3 namespaces
DurationHours property
CIMTYPE'uint32'
Description'Specifies the number of hours that this job should run before it is stopped if the job does not complete prior to the elapsed hours. All deduplication jobs can be safely stopped with no impact on the files in process. If this parameter is set to zero, the scheduled job will run until complete.'
DurationHours property is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 2 namespaces
Enabled property
CIMTYPE'boolean'
Description'If TRUE, this job will run when the system clock reaches the date and time specified by the Start property. If FALSE, the schedule remains in a disabled state and will not run at the time specified by the Start property.'
Enabled property is in 3 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 142 namespaces
Full property
CIMTYPE'boolean'
Description'Specifies whether the job should run in a more thorough and resource intensive mode. This parameter only applies to scrubbing and garbage collection jobs.'
Full property is in 2 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 2 namespaces
InputOutputThrottleLevel property
CIMTYPE'uint32'
Description'Amount of IO throttling the dedup job will provide to ensure it does not interfere with other IO heavy processes.'
Values['None', 'Low', 'Medium', 'High', 'Maximum']
InputOutputThrottleLevel property is in 2 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 2 namespaces
Memory property
CIMTYPE'uint32'
Description'Specifies the maximum percentage of physical machine memory that can be consumed by this job. For optimization jobs, a range from 15-50 is suggested-with lower memory consumption for jobs that are scheduled to run when the StopWhenSystemBusy parameter is set to FALSE. For garbage collection and scrubbing jobs, which are typically run at off hours, a higher memory consumption can be safely specified?for example, 50.'
Memory property is in 2 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 6 namespaces
Name property
CIMTYPE'string'
Description'The friendly name for the data deduplication job schedule.'
keyTrue
Name property is in 7 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 142 namespaces
Priority property
CIMTYPE'uint32'
Description'Sets the CPU and I/O priority for the optimization job run by this schedule. For jobs that are scheduled to run when the StopWhenSystemBusy parameter is set to FALSE, setting this parameter to Low may make sense. For most other optimization jobs, setting this parameter to Normal will be the most efficient.'
Values['Low', 'Normal', 'High']
Priority property is in 2 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 31 namespaces
ReadOnly property
CIMTYPE'boolean'
Description'Specifies whether the job should run in read only mode.'
ReadOnly property is in 2 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 9 namespaces
ScheduledTask property
CIMTYPE'string'
Description'This property is reserved for system use.'
ScheduledTask property is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 2 namespaces
Start property
CIMTYPE'datetime'
Description'Specifies a time to start this job. By default, this parameter is set to 1:45am. Type the date in a format that is standard for the system locale, such as dd-MM-yyyy (German [Germany]) or MM/dd/yyyy (English [United States]).'
Start property is in 2 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 13 namespaces
StopWhenSystemBusy property
CIMTYPE'boolean'
Description'Specifies whether the job should cease to run when the system is busy and retry later. If the schedule is for high priority jobs, then set this parameter to FALSE.'
StopWhenSystemBusy property is in 2 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 2 namespaces
Type property
CIMTYPE'uint32'
Description'The type of data deduplication job to run when this schedule is triggered.'
Values['Optimization', 'GarbageCollection', 'Scrubbing', 'Unoptimization']
Type property is in 3 classes of ROOT\Microsoft\Windows\Deduplication\ms_409 and in 142 namespaces

MSFT_DedupJobSchedule Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
ClassVersion'1.0'
Description'Represents a data deduplication schedule.'
LOCALE'MS_409'

MSFT_DedupJobSchedule System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\Microsoft\Windows\Deduplication\ms_409:MSFT_DedupJobSchedule'___SYSTEM8
__NAMESPACE'ROOT\Microsoft\Windows\Deduplication\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION[]___SYSTEM8
__PROPERTY_COUNT13___SYSTEM3
__RELPATH'MSFT_DedupJobSchedule'___SYSTEM8
__DYNASTY'MSFT_DedupJobSchedule'___SYSTEM8
__SUPERCLASSnull___SYSTEM8
__CLASS'MSFT_DedupJobSchedule'___SYSTEM8
__GENUS1___SYSTEM3
WUtils.com
online utility - toplist