MSFT_DedupJobSchedule, ROOT\Microsoft\Windows\Deduplication

Class | Methods (1) | Properties (13) | Qualifiers (5) | Instances (3) | 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,'ValueMap':['1', '2', '3', '4'],'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,'ValueMap':['0', '1', '2', '3', '4', '5', '6'],'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,'ValueMap':['1', '2', '3'],'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,'ValueMap':['1', '2', '3', '4', '5'],'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.','EmbeddedInstance':'MSFT_DedupJobSchedule','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.'
implementedTrue
staticTrue
Create method is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
ValueMap['0', '1', '2', '3', '4', '5', '6']
Values['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
writeTrue
Days property is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
writeTrue
DurationHours property is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
writeTrue
Enabled property is in 3 classes of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
writeTrue
Full property is in 2 classes of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
ValueMap['1', '2', '3', '4', '5']
Values['None', 'Low', 'Medium', 'High', 'Maximum']
writeTrue
InputOutputThrottleLevel property is in 2 classes of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
writeTrue
Memory property is in 2 classes of ROOT\Microsoft\Windows\Deduplication and in 6 namespaces
Name property
CIMTYPE'string'
Description'The friendly name for the data deduplication job schedule.'
keyTrue
readTrue
Name property is in 7 classes of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
ValueMap['1', '2', '3']
Values['Low', 'Normal', 'High']
writeTrue
Priority property is in 2 classes of ROOT\Microsoft\Windows\Deduplication and in 31 namespaces
ReadOnly property
CIMTYPE'boolean'
Description'Specifies whether the job should run in read only mode.'
readTrue
writeTrue
ReadOnly property is in 2 classes of ROOT\Microsoft\Windows\Deduplication and in 9 namespaces
ScheduledTask property
CIMTYPE'string'
Description'This property is reserved for system use.'
readTrue
ScheduledTask property is in 1 class (MSFT_DedupJobSchedule) of ROOT\Microsoft\Windows\Deduplication 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]).'
readTrue
writeTrue
Start property is in 2 classes of ROOT\Microsoft\Windows\Deduplication 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.'
readTrue
writeTrue
StopWhenSystemBusy property is in 2 classes of ROOT\Microsoft\Windows\Deduplication and in 2 namespaces
Type property
CIMTYPE'uint32'
Description'The type of data deduplication job to run when this schedule is triggered.'
readTrue
ValueMap['1', '2', '3', '4']
Values['Optimization', 'GarbageCollection', 'Scrubbing', 'Unoptimization']
Type property is in 3 classes of ROOT\Microsoft\Windows\Deduplication and in 142 namespaces

MSFT_DedupJobSchedule Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
ClassVersion'1.0'
Description'Represents a data deduplication schedule.'
dynamicTrue
locale'MS_409'
provider'DeduplicationProvider'

MSFT_DedupJobSchedule System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\Microsoft\Windows\Deduplication:MSFT_DedupJobSchedule'___SYSTEM8
__NAMESPACE'ROOT\Microsoft\Windows\Deduplication'___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