PointMappingCreationInfo<TKey>(TKey, Shard, MappingStatus) 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 PointMappingCreationInfo (TKey point, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingStatus status);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingCreationInfo<'Key> : 'Key * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingStatus -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingCreationInfo<'Key>
Public Sub New (point As TKey, shard As Shard, status As MappingStatus)
Parameters
- point
- TKey
- shard
- Shard
- status
- MappingStatus
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET