Interface GetCurrentThroughputInformationParams

Parameters for the getCurrentThroughputInformation operation.

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

Hierarchy

  • DefaultParams
    • GetCurrentThroughputInformationParams

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal