RangeShardMap<TKey>.MarkMappingOnline 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
MarkMappingOnline(RangeMapping<TKey>, MappingLockToken) | |
MarkMappingOnline(RangeMapping<TKey>) |
MarkMappingOnline(RangeMapping<TKey>, MappingLockToken)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> MarkMappingOnline (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> mapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken mappingLockToken);
member this.MarkMappingOnline : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function MarkMappingOnline (mapping As RangeMapping(Of TKey), mappingLockToken As MappingLockToken) As RangeMapping(Of TKey)
Parameters
- mapping
- RangeMapping<TKey>
- mappingLockToken
- MappingLockToken
Returns
Applies to
MarkMappingOnline(RangeMapping<TKey>)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> MarkMappingOnline (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> mapping);
member this.MarkMappingOnline : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function MarkMappingOnline (mapping As RangeMapping(Of TKey)) As RangeMapping(Of TKey)
Parameters
- mapping
- RangeMapping<TKey>
Returns
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