ListShardMap<TKey> Class

Definition

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

TKey
Inheritance
ListShardMap<TKey>

Properties

KeyType (Inherited from ShardMap)
MapType (Inherited from ShardMap)
Name (Inherited from ShardMap)

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)
GetMappingForKey(TKey, LookupOptions)
GetMappingLockOwner(PointMapping<TKey>)
GetMappings()
GetMappings(Range<TKey>)
GetMappings(Range<TKey>, Shard)
GetMappings(Shard)
GetShard(ShardLocation) (Inherited from ShardMap)
GetShards() (Inherited from ShardMap)
LockMapping(PointMapping<TKey>, MappingLockToken)
MarkMappingOffline(PointMapping<TKey>)
MarkMappingOffline(PointMapping<TKey>, MappingOptions)
MarkMappingOnline(PointMapping<TKey>)
OpenConnectionForKey(TKey, String)
OpenConnectionForKey(TKey, String, ConnectionOptions)
OpenConnectionForKey(TKey, String, SqlCredential)
OpenConnectionForKey(TKey, String, SqlCredential, ConnectionOptions)
OpenConnectionForKey<TKey>(TKey, String) (Inherited from ShardMap)
OpenConnectionForKey<TKey>(TKey, String, ConnectionOptions) (Inherited from ShardMap)
OpenConnectionForKey<TKey>(TKey, String, SqlCredential) (Inherited from ShardMap)
OpenConnectionForKey<TKey>(TKey, String, SqlCredential, ConnectionOptions) (Inherited from ShardMap)
OpenConnectionForKeyAsync(TKey, String)
OpenConnectionForKeyAsync(TKey, String, ConnectionOptions)
OpenConnectionForKeyAsync(TKey, String, SqlCredential)
OpenConnectionForKeyAsync(TKey, String, SqlCredential, ConnectionOptions)
OpenConnectionForKeyAsync<TKey>(TKey, String) (Inherited from ShardMap)
OpenConnectionForKeyAsync<TKey>(TKey, String, ConnectionOptions) (Inherited from ShardMap)
OpenConnectionForKeyAsync<TKey>(TKey, String, SqlCredential) (Inherited from ShardMap)
OpenConnectionForKeyAsync<TKey>(TKey, String, SqlCredential, ConnectionOptions) (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)
UpdateMapping(PointMapping<TKey>, PointMappingUpdate, MappingLockToken)

Extension Methods

AsListShardMap<TKey>(ShardMap)
AsRangeShardMap<TKey>(ShardMap)

Applies to