ShardKey Class
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 sealed class ShardKey : IComparable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardKey>, IEquatable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardKey>
type ShardKey = class
interface IComparable<ShardKey>
interface IEquatable<ShardKey>
Public NotInheritable Class ShardKey
Implements IComparable(Of ShardKey), IEquatable(Of ShardKey)
- Inheritance
-
ShardKey
- Implements
Constructors
ShardKey(Byte[]) | |
ShardKey(DateTime) | |
ShardKey(DateTimeOffset) | |
ShardKey(Guid) | |
ShardKey(Int32) | |
ShardKey(Int64) | |
ShardKey(Object) | |
ShardKey(ShardKeyType, Object) | |
ShardKey(TimeSpan) |
Properties
Methods
Operators
Equality(ShardKey, ShardKey) | |
GreaterThan(ShardKey, ShardKey) | |
GreaterThanOrEqual(ShardKey, ShardKey) | |
Inequality(ShardKey, ShardKey) | |
LessThan(ShardKey, ShardKey) | |
LessThanOrEqual(ShardKey, ShardKey) |
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