Share via


PartitionSchemeDescription Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Describes how the service is partitioned. This is the parent entity from which the actual partitioning scheme descriptions are derived.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.Description.PartitionSchemeDescription
    System.Fabric.Description.NamedPartitionSchemeDescription
    System.Fabric.Description.SingletonPartitionSchemeDescription
    System.Fabric.Description.UniformInt64RangePartitionSchemeDescription

Syntax

[KnownTypeAttribute(typeof(SingletonPartitionSchemeDescription))]
[KnownTypeAttribute(typeof(UniformInt64RangePartitionSchemeDescription))]
[KnownTypeAttribute(typeof(NamedPartitionSchemeDescription))]
public abstract class PartitionSchemeDescription

Constructors

Name Description
System_CAPS_protmethod PartitionSchemeDescription(PartitionScheme)

Instantiates a PartitionSchemeDescription class.

System_CAPS_protmethod PartitionSchemeDescription(PartitionSchemeDescription)

Instantiates a PartitionSchemeDescription class with parameters from another PartitionSchemeDescription object.

Properties

Name Description
System_CAPS_pubproperty Scheme

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric.Description Namespace

Return to top