NamedPartitionSchemeDescription Class

Describes the named partition scheme of the service.

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

Inheritance
azure.mgmt.servicefabric.models._models_py3.PartitionSchemeDescription
NamedPartitionSchemeDescription

Constructor

NamedPartitionSchemeDescription(*, count: int, names: List[str], **kwargs)

Parameters

partition_scheme
str or PartitionScheme
Required

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

count
int
Required

Required. The number of partitions.

names
list[str]
Required

Required. Array of size specified by the 'count' parameter, for the names of the partitions.