Share via


ServicePartitionInformation Class

 

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

Represents the base class for describing partitions.

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

Inheritance Hierarchy

System.Object
  System.Fabric.ServicePartitionInformation
    System.Fabric.Int64RangePartitionInformation
    System.Fabric.NamedPartitionInformation
    System.Fabric.SingletonPartitionInformation

Syntax

[KnownTypeAttribute(typeof(SingletonPartitionInformation))]
[KnownTypeAttribute(typeof(Int64RangePartitionInformation))]
[KnownTypeAttribute(typeof(NamedPartitionInformation))]
public abstract class ServicePartitionInformation

Properties

Name Description
System_CAPS_pubproperty Id

Specifies the partition ID for this partition as a GUID.

System_CAPS_pubproperty Kind

Describes the type of partition.

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.)

Remarks

Int64RangePartitionInformation, NamedPartitionInformation, and SingletonPartitionInformation all derive from this type.

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 Namespace

Return to top