Interface GetCapacityThroughputInformationParams

Parameters for the getCapacityThroughputInformation operation.

interface GetCapacityThroughputInformationParams {
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • GetCapacityThroughputInformationParams

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal