RangeShardMap<TKey>.GetMappings Method
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.
Overloads
GetMappings(Range<TKey>, Shard) | |
GetMappings(Shard) | |
GetMappings() | |
GetMappings(Range<TKey>) |
GetMappings(Range<TKey>, Shard)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> range, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>>
Public Function GetMappings (range As Range(Of TKey), shard As Shard) As IReadOnlyList(Of RangeMapping(Of TKey))
Parameters
- range
- Range<TKey>
- shard
- Shard
Returns
IReadOnlyList<RangeMapping<TKey>>
Applies to
GetMappings(Shard)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>>
Public Function GetMappings (shard As Shard) As IReadOnlyList(Of RangeMapping(Of TKey))
Parameters
- shard
- Shard
Returns
IReadOnlyList<RangeMapping<TKey>>
Applies to
GetMappings()
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey>> GetMappings ();
member this.GetMappings : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>>
Public Function GetMappings () As IReadOnlyList(Of RangeMapping(Of TKey))
Returns
IReadOnlyList<RangeMapping<TKey>>
Applies to
GetMappings(Range<TKey>)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> range);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>>
Public Function GetMappings (range As Range(Of TKey)) As IReadOnlyList(Of RangeMapping(Of TKey))
Parameters
- range
- Range<TKey>
Returns
IReadOnlyList<RangeMapping<TKey>>
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET