SingletonPartitionSchemeDescription Class

Definition

Describes the partition scheme of a singleton-partitioned, or non-partitioned service.

public sealed class SingletonPartitionSchemeDescription : System.Fabric.Description.PartitionSchemeDescription
type SingletonPartitionSchemeDescription = class
    inherit PartitionSchemeDescription
Public NotInheritable Class SingletonPartitionSchemeDescription
Inherits PartitionSchemeDescription
Inheritance
SingletonPartitionSchemeDescription

Constructors

SingletonPartitionSchemeDescription()

Instantiates a SingletonPartitionSchemeDescription class.

Properties

Scheme

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

(Inherited from PartitionSchemeDescription)

Applies to