Share via


UniformInt64RangePartitionSchemeDescription Class

 

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

Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.

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

Inheritance Hierarchy

System.Object
  System.Fabric.Description.PartitionSchemeDescription
    System.Fabric.Description.UniformInt64RangePartitionSchemeDescription

Syntax

public sealed class UniformInt64RangePartitionSchemeDescription : PartitionSchemeDescription

Constructors

Name Description
System_CAPS_pubmethod UniformInt64RangePartitionSchemeDescription()

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class.

System_CAPS_pubmethod UniformInt64RangePartitionSchemeDescription(Int32)

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count.

System_CAPS_pubmethod UniformInt64RangePartitionSchemeDescription(Int32, Int64, Int64)

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count and the range values.

Properties

Name Description
System_CAPS_pubproperty HighKey

Gets or sets the inclusive upper bound on the range of keys that is supported by the service.

System_CAPS_pubproperty LowKey

Gets or sets the inclusive lower bound on the range of keys that is supported by the service.

System_CAPS_pubproperty PartitionCount

Gets or sets the partition count.

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.(Inherited from PartitionSchemeDescription.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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