ShardKey Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
- Héritage
-
ShardKey
- Implémente
Constructeurs
ShardKey(Byte[]) | |
ShardKey(DateTime) | |
ShardKey(DateTimeOffset) | |
ShardKey(Guid) | |
ShardKey(Int32) | |
ShardKey(Int64) | |
ShardKey(Object) | |
ShardKey(ShardKeyType, Object) | |
ShardKey(TimeSpan) |
Propriétés
Méthodes
Opérateurs
Equality(ShardKey, ShardKey) | |
GreaterThan(ShardKey, ShardKey) | |
GreaterThanOrEqual(ShardKey, ShardKey) | |
Inequality(ShardKey, ShardKey) | |
LessThan(ShardKey, ShardKey) | |
LessThanOrEqual(ShardKey, ShardKey) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET