NamedPartitionInformation 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.
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
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
Azure SDK for .NET