NamedPartitionSchemeDescription Class

Describes the named partition scheme of the service.

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

Inheritance
azure.servicefabric.models._models_py3.PartitionSchemeDescription
NamedPartitionSchemeDescription

Constructor

NamedPartitionSchemeDescription(*, count: int, names, **kwargs)

Parameters

partition_scheme
str
Required

Required. Constant filled by server.

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.