ShardKey Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
- Herança
-
ShardKey
- Implementações
Construtores
ShardKey(Byte[]) | |
ShardKey(DateTime) | |
ShardKey(DateTimeOffset) | |
ShardKey(Guid) | |
ShardKey(Int32) | |
ShardKey(Int64) | |
ShardKey(Object) | |
ShardKey(ShardKeyType, Object) | |
ShardKey(TimeSpan) |
Propriedades
Métodos
Operadores
Equality(ShardKey, ShardKey) | |
GreaterThan(ShardKey, ShardKey) | |
GreaterThanOrEqual(ShardKey, ShardKey) | |
Inequality(ShardKey, ShardKey) | |
LessThan(ShardKey, ShardKey) | |
LessThanOrEqual(ShardKey, ShardKey) |
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET