ShardMap.GetShards 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.
Gets all shards from the shard map.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard> GetShards ();
member this.GetShards : unit -> seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard>
Public Function GetShards () As IEnumerable(Of Shard)
Returns
- System.Collections.Generic.IEnumerable<Shard>
All shards belonging to the shard map.