MSFT_CAURun_Report_Chunk class

A dynamic WMI class that represents a chunk of input or output to be processed by the helper class of an updating run report.

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

Syntax

[ClassVersion("1.0.0"), dynamic, provider("CAUWMIV2"), AMENDMENT]
class MSFT_CAURun_Report_Chunk : MSFT_CAURun_Report_ID
{
  String   Data;
  Uint32   SequenceNumber;
  datetime Timestamp;
};

Members

The MSFT_CAURun_Report_Chunk class has these types of members:

Properties

The MSFT_CAURun_Report_Chunk class has these properties.

Data

Data type: String

Access type: Read-only

The base64-encoded data for a chunk of the CAU updating run report.

SequenceNumber

Data type: Uint32

Access type: Read-only

The sequence number for a chunk within the CAU updating run report. Note that the sequence number for the first chunk is 0.

Timestamp

Data type: datetime

Access type: Read-only

A UTC timestamp that identifies when the CAU report was generated.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\ClusterUpdate
MOF
CAUWMIv2.mof
DLL
CauWmiV2.dll

See also

MSFT_CAURun_Report_ID

GetReport

PutReport