ListShardMap<TKey> 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 ListShardMap<TKey> : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardMap
type ListShardMap<'Key> = class
inherit ShardMap
Public NotInheritable Class ListShardMap(Of TKey)
Inherits ShardMap
Type Parameters
Inheritance
Properties
Methods
Clone()
CloneCore()
(Inherited from ShardMap )
CreatePointMapping(PointMappingCreationInfo<TKey>)
CreatePointMapping(TKey, Shard)
CreateShard(ShardCreationInfo)
(Inherited from ShardMap )
CreateShard(ShardLocation)
(Inherited from ShardMap )
DeleteMapping(PointMapping<TKey>)
DeleteShard(Shard)
(Inherited from ShardMap )
GetMappingForKey(TKey, LookupOptions)
GetMappingForKey(TKey)
GetMappingLockOwner(PointMapping<TKey>)
GetMappings()
GetMappings(Range<TKey>, Shard)
GetMappings(Range<TKey>)
GetMappings(Shard)
GetShard(ShardLocation)
(Inherited from ShardMap )
GetShards()
(Inherited from ShardMap )
LockMapping(PointMapping<TKey>, MappingLockToken)
MarkMappingOffline(PointMapping<TKey>, MappingOptions)
MarkMappingOffline(PointMapping<TKey>)
MarkMappingOnline(PointMapping<TKey>)
OpenConnectionForKey(TKey, String, ConnectionOptions)
OpenConnectionForKey(TKey, String, SqlCredential, ConnectionOptions)
OpenConnectionForKey(TKey, String, SqlCredential)
OpenConnectionForKey(TKey, String)
OpenConnectionForKey<TKey>(TKey, String, ConnectionOptions)
(Inherited from ShardMap )
OpenConnectionForKey<TKey>(TKey, String, SqlCredential, ConnectionOptions)
(Inherited from ShardMap )
OpenConnectionForKey<TKey>(TKey, String, SqlCredential)
(Inherited from ShardMap )
OpenConnectionForKey<TKey>(TKey, String)
(Inherited from ShardMap )
OpenConnectionForKeyAsync(TKey, String, ConnectionOptions)
OpenConnectionForKeyAsync(TKey, String, SqlCredential, ConnectionOptions)
OpenConnectionForKeyAsync(TKey, String, SqlCredential)
OpenConnectionForKeyAsync(TKey, String)
OpenConnectionForKeyAsync<TKey>(TKey, String, ConnectionOptions)
(Inherited from ShardMap )
OpenConnectionForKeyAsync<TKey>(TKey, String, SqlCredential, ConnectionOptions)
(Inherited from ShardMap )
OpenConnectionForKeyAsync<TKey>(TKey, String, SqlCredential)
(Inherited from ShardMap )
OpenConnectionForKeyAsync<TKey>(TKey, String)
(Inherited from ShardMap )
ToString()
(Inherited from ShardMap )
TryGetMappingForKey(TKey, LookupOptions, PointMapping<TKey>)
TryGetMappingForKey(TKey, PointMapping<TKey>)
TryGetShard(ShardLocation, Shard)
(Inherited from ShardMap )
UnlockMapping(MappingLockToken)
UnlockMapping(PointMapping<TKey>, MappingLockToken)
UpdateMapping(PointMapping<TKey>, PointMappingUpdate, MappingLockToken)
UpdateMapping(PointMapping<TKey>, PointMappingUpdate)
Extension Methods
Applies to