Schema for information about the partition index count and limit in a database.

interface PartitionInformationIndexes {
    count?: number;
    indexes?: PartitionInformationIndexesIndexes;
    limit?: number;
}

Properties

count?: number

Total count of the partitioned indexes.

The count breakdown of partitioned indexes.

limit?: number

The partitioned index limit.

Generated using TypeDoc