Schema for information about the currently provisioned and target throughput capacity.

interface CapacityThroughputInformation {
    current: CapacityThroughputInformationCurrent;
    target?: CapacityThroughputInformationTarget;
}

Properties

Properties

Detailed information about provisioned throughput capacity.

Detailed information about target throughput capacity.

Generated using TypeDoc