interface SchemaPartition {
    label: SchemaPartitionLabel;
    number: number;
    size: number;
}

Properties

Properties

number: number
size: number