Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ListShardMap<TKey> Class

Definition

Namespace:
Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement
Assembly:
Microsoft.Azure.SqlDatabase.ElasticScale.Client.dll
Package:
Microsoft.Azure.SqlDatabase.ElasticScale.Client v2.3.0

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

TKey
Inheritance
ListShardMap<TKey>

Properties

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

Methods

Name Description
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

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

Applies to


Feedback

Was this page helpful?