Sdílet prostřednictvím


NamedPartitionSchemeDescription interface

Describes the named partition scheme of the service.

Extends

Properties

count

The number of partitions.

names

Array of size specified by the ‘count’ parameter, for the names of the partitions.

partitionScheme

Polymorphic discriminator, which specifies the different types this object can be

Property Details

count

The number of partitions.

count: number

Property Value

number

names

Array of size specified by the ‘count’ parameter, for the names of the partitions.

names: string[]

Property Value

string[]

partitionScheme

Polymorphic discriminator, which specifies the different types this object can be

partitionScheme: "Named"

Property Value

"Named"