ServicePartitionKind type

Definisce i valori per ServicePartitionKind. I valori possibili includono: 'Invalid', 'Singleton', 'Int64Range', 'Named'

type ServicePartitionKind = "Invalid" | "Singleton" | "Int64Range" | "Named"