Compartir a través de


Int64RangePartitionInformation Clase

Definición

Describe la información de partición del intervalo entero basado en esquemas de partición. Los servicios observan este tipo de ServicePartitionInformation cuando se crea el servicio con la UniformInt64RangePartitionSchemeDescription clase . Int64RangePartitionInformationse deriva de IServicePartition y se proporciona a los servicios como parte de o IStatelessServicePartition, que se pasa a través de IStatefulServicePartition los métodos con estado OpenAsync(ReplicaOpenMode, IStatefulServicePartition, CancellationToken) o sin OpenAsync(IStatelessServicePartition, CancellationToken) estado.

public sealed class Int64RangePartitionInformation : System.Fabric.ServicePartitionInformation
type Int64RangePartitionInformation = class
    inherit ServicePartitionInformation
Public NotInheritable Class Int64RangePartitionInformation
Inherits ServicePartitionInformation
Herencia
Int64RangePartitionInformation

Propiedades

HighKey

Especifica el valor de clave máximo para esta partición.

Id

Especifica el identificador de partición de esta partición como GUID.

(Heredado de ServicePartitionInformation)
Kind

Describe el tipo de partición.

(Heredado de ServicePartitionInformation)
LowKey

Especifica el valor de clave mínimo para esta partición.

Se aplica a