Interface CurrentThroughputInformationThroughput

Detailed information about current consumption.

interface CurrentThroughputInformationThroughput {
    query: number;
    read: number;
    write: number;
}

Properties

Properties

query: number

Number of global queries conducted against the instance for a given second.

read: number

Number of reads conducted against the instance for a given second.

write: number

Number of writes conducted against the instance for a given second.

Generated using TypeDoc