Share via


PartitionSchemeDescription Constructors

Definition

Overloads

PartitionSchemeDescription(PartitionScheme)

Instantiates a PartitionSchemeDescription class.

PartitionSchemeDescription(PartitionSchemeDescription)

Instantiates a PartitionSchemeDescription class with parameters from another PartitionSchemeDescription object.

PartitionSchemeDescription(PartitionScheme)

Instantiates a PartitionSchemeDescription class.

protected PartitionSchemeDescription (System.Fabric.Description.PartitionScheme scheme);
new System.Fabric.Description.PartitionSchemeDescription : System.Fabric.Description.PartitionScheme -> System.Fabric.Description.PartitionSchemeDescription
Protected Sub New (scheme As PartitionScheme)

Parameters

scheme
PartitionScheme

PartitionScheme defines the kind of partition scheme.

Applies to

PartitionSchemeDescription(PartitionSchemeDescription)

Instantiates a PartitionSchemeDescription class with parameters from another PartitionSchemeDescription object.

protected PartitionSchemeDescription (System.Fabric.Description.PartitionSchemeDescription other);
new System.Fabric.Description.PartitionSchemeDescription : System.Fabric.Description.PartitionSchemeDescription -> System.Fabric.Description.PartitionSchemeDescription
Protected Sub New (other As PartitionSchemeDescription)

Parameters

other
PartitionSchemeDescription

The partition scheme description from which parameters are copied.

Applies to