SingletonPartitionSchemeDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the partition scheme of a singleton-partitioned, or non-partitioned service.
public sealed class SingletonPartitionSchemeDescription : System.Fabric.Description.PartitionSchemeDescription
type SingletonPartitionSchemeDescription = class
inherit PartitionSchemeDescription
Public NotInheritable Class SingletonPartitionSchemeDescription
Inherits PartitionSchemeDescription
- Inheritance
Constructors
SingletonPartitionSchemeDescription() |
Instantiates a SingletonPartitionSchemeDescription class. |
Properties
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) |
Applies to
Azure SDK for .NET