MSFT_VolumeToReplicaPeer class

Association between MSFT_Volume and MSFT_ReplicaPeer .

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

class MSFT_VolumeToReplicaPeer : MSFT_Synchronized
{
  MSFT_Volume      REF Volume;
  MSFT_ReplicaPeer REF FileShare;
};

Members

The MSFT_VolumeToReplicaPeer class has these types of members:

Properties

The MSFT_VolumeToReplicaPeer class has these properties.

FileShare

Data type: MSFT_ReplicaPeer

Access type: Read-only

Qualifiers: Key

Volume

Data type: MSFT_Volume

Access type: Read-only

Qualifiers: Key

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Namespace Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

See also

MSFT_Synchronized

MSFT_ReplicaPeer

MSFT_Volume