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
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