ReplicaMetadata Constructor
Initializes a new instance of the ReplicaMetadata class that contains the specified ID format schema and replica ID.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema for the provider.
- replicaId
- Type: Microsoft.Synchronization::SyncId
The ID of the replica that is associated with this metadata.
Instances of this object can be obtained by using InitializeReplicaMetadata or GetReplicaMetadata.
Show: