MDM_Reporting_EnterpriseDataProtection01_RetrieveByTimeRange02 class
The MDM_Reporting_EnterpriseDataProtection01_RetrieveByTimeRange02 class is used to retrieve the logs that exist within the StartTime and StopTime. The StartTime and StopTime are expressed in ISO 8601 format. If the StartTime and StopTime are not specified, then the values are interpreted as either first existing or last existing time.
Here are the other possible scenarios:
- If the StartTime and StopTime are not specified, then it returns all existing logs.
- If the StopTime is specified, but the StartTime is not specified, then all logs that exist before the StopTime are returned.
- If the StartTime is specified, but the StopTime is not specified, then all that logs that exist from the StartTime are returned.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[InPartition("local-system"), dynamic, provider("DMWmiBridgeProv1")]
class MDM_Reporting_EnterpriseDataProtection01_RetrieveByTimeRange02
{
string InstanceID;
string ParentID;
string Logs;
string StartTime;
string StopTime;
sint32 Type;
};
Members
The MDM_Reporting_EnterpriseDataProtection01_RetrieveByTimeRange02 class has these types of members:
Properties
The MDM_Reporting_EnterpriseDataProtection01_RetrieveByTimeRange02 class has these properties.
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
Identifies the name of the parent node. For this class, the string is "RetrieveByTimeRange".
-
-
-
Data type: string
-
Access type: Read/write
-
-
ParentID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
Describes the full path to the parent node. For this class, the string is "./Vendor/MSFT/EnterpriseDataProtection"
-
-
-
Data type: string
-
Access type: Read/write
-
-
-
Data type: string
-
Access type: Read/write
-
-
-
Data type: sint32
-
Access type: Read/write
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10 [desktop apps only] |
Minimum supported server |
None supported |
Namespace |
Root\cimv2\mdm\dmmap |
MOF |
|
DLL |
|