Partition Class

Describes how the service is partitioned.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: NamedPartitionScheme, SingletonPartitionScheme, UniformInt64RangePartitionScheme.

All required parameters must be populated in order to send to Azure.

Inheritance
Partition

Constructor

Partition(**kwargs)

Parameters

partition_scheme
str or <xref:service_fabric_managed_clusters_management_client.models.PartitionScheme>
Required

Required. Specifies how the service is partitioned.Constant filled by server. Possible values include: "Singleton", "UniformInt64Range", "Named".