Condividi tramite


NamedPartitionInformation Class

Definition

Describes the partition information for the name as a string that is based on partition schemes. Services observe this type of ServicePartitionInformation when the service is created with the NamedPartitionSchemeDescription. NamedPartitionInformation derives from the IServicePartition interface and is provided to services as part of the IStatefulServicePartition or IStatelessServicePartition interface, which is passed in during the stateful OpenAsync(ReplicaOpenMode, IStatefulServicePartition, CancellationToken) or the stateless OpenAsync(IStatelessServicePartition, CancellationToken).

public sealed class NamedPartitionInformation : System.Fabric.ServicePartitionInformation
type NamedPartitionInformation = class
    inherit ServicePartitionInformation
Public NotInheritable Class NamedPartitionInformation
Inherits ServicePartitionInformation
Inheritance
NamedPartitionInformation

Properties

Id

Specifies the partition ID for this partition as a GUID.

(Inherited from ServicePartitionInformation)
Kind

Describes the type of partition.

(Inherited from ServicePartitionInformation)
Name

Indicates the name of this partition of the service.

Applies to