WvrGetOrphanedPartitionDbRecords method of the MSFT_WvrAdminTasks class

Retrieves a list of orphaned Storage Replica metadata from the Storage Replica partition database for a replication group. If no ReplicationGroupName is specified the operation will be performed at a machine level.

Syntax

uint32 WvrGetOrphanedPartitionDbRecords(
  [in]  string                    ReplicationGroupName,
  [out] MSFT_WvrPartitionDbRecord OrphanedDbRecords[]
);

Parameters

ReplicationGroupName [in]

TBD

OrphanedDbRecords [out]

TBD

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\StorageReplica
MOF
Wvrcimprov.mof
DLL
Wvrcimprov.dll

See also

MSFT_WvrAdminTasks