RecoveryManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class RecoveryManager
type RecoveryManager = class
Public NotInheritable Class RecoveryManager
Inheritance
Methods
AttachShard(ShardLocation, String)
AttachShard(ShardLocation)
DetachShard(ShardLocation, String)
DetachShard(ShardLocation)
DetectMappingDifferences(ShardLocation, String)
DetectMappingDifferences(ShardLocation)
GetMappingDifferences(RecoveryToken)
GetShardInfo(RecoveryToken, ShardMapType, String, ShardLocation)
GetShardInfo(RecoveryToken, ShardMapType, String)
GetShardLocation(RecoveryToken)
GetShardMapName(RecoveryToken)
GetShardMapType(RecoveryToken)
RebuildMappingsOnShard(RecoveryToken, IEnumerable<ShardRange>)
RebuildMappingsOnShardMapManagerFromShards(IEnumerable<ShardLocation>, String)
RebuildMappingsOnShardMapManagerFromShards(IEnumerable<ShardLocation>)
RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>, String)
RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>)
ResolveMappingDifferences(RecoveryToken, MappingDifferenceResolution)
Applies to