Package version:

Interface SearchServiceStatistics

Response from a get service statistics request. If successful, it includes service level counters and limits.

interface SearchServiceStatistics {
    counters: ServiceCounters;
    limits: ServiceLimits;
}

Properties

Properties

counters: ServiceCounters

Service level resource counters.

Service level general limits.