ISyncMetadataStore Interface
Represents a metadata store. This is the base interface for all metadata stores that use the metadata storage service API.
ISyncMetadataStore methods | Description |
|---|---|
Creates, initializes, and saves new metadata for a replica. | |
Gets the IReplicaMetadata object that represents the metadata for a particular replica. | |
Starts an explicit transaction on the metadata store that has the specified isolation level. | |
Commits an explicit transaction that has already started on the metadata store. | |
Cancels the current explicit transaction and rolls the metadata store back to the state it was in before the transaction was started. | |
Indicates whether an explicit transaction is currently active for the specified isolation level. |
Show: