SingletonPartitionSchemeDescription Class
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Describes the partition scheme of a singleton-partitioned, or non-partitioned service.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Inheritance Hierarchy
System.Object
System.Fabric.Description.PartitionSchemeDescription
System.Fabric.Description.SingletonPartitionSchemeDescription
Syntax
public sealed class SingletonPartitionSchemeDescription : PartitionSchemeDescription
Constructors
Name | Description | |
---|---|---|
SingletonPartitionSchemeDescription() | Instantiates a SingletonPartitionSchemeDescription class. |
Properties
Name | Description | |
---|---|---|
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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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