PartitionSchemeDescription.Scheme Property

Definition

Specifies how the service is partitioned. A common use is that it enables programmers to cast the description into SingletonPartitionSchemeDescription, NamedPartitionSchemeDescription, or UniformInt64RangePartitionSchemeDescription.

public System.Fabric.Description.PartitionScheme Scheme { get; }
member this.Scheme : System.Fabric.Description.PartitionScheme
Public ReadOnly Property Scheme As PartitionScheme

Property Value

Returns PartitionScheme.

Applies to