RangeMappingCreationInfo<TKey> Constructor
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 RangeMappingCreationInfo (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> value, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingStatus status);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingCreationInfo<'Key> : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingStatus -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingCreationInfo<'Key>
Public Sub New (value As Range(Of TKey), shard As Shard, status As MappingStatus)
Parameters
- value
- Range<TKey>
- shard
- Shard
- status
- MappingStatus
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET