Information about database's partitioned indexes.

interface PartitionedIndexesInformation {
    count?: number;
    indexes?: PartitionedIndexesDetailedInformation;
    limit?: number;
}

Properties

count?: number

Total number of partitioned indexes in the database.

Number of partitioned indexes by type.

limit?: number

Maximum allowed number of partitioned indexes in the database.

Generated using TypeDoc