Msvm_CollectionReferencePointSettingData class

Provides additional information to be used with the CreateReferencePoint method of the Msvm_CollectionReferencePointService class.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[AMENDMENT]
class Msvm_CollectionReferencePointSettingData : CIM_SettingData
{
  uint8 ConsistencyLevel;
};

Members

The Msvm_CollectionReferencePointSettingData class has these types of members:

Properties

The Msvm_CollectionReferencePointSettingData class has these properties.

ConsistencyLevel

Data type: uint8

Access type: Read/write

Consistency level of the reference point.

Unknown (0)

Application Consistent (1)

The reference point indicates a point in time when the virtual system was in crash consistent state.

Crash Consistent (2)

The reference point indicates a point in time when the virtual system was in application consistent state.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_SettingData