Variable ThrottlingConstantsConst

ThrottlingConstants: {
    DEFAULT_MAX_THROTTLE_TIME_SECONDS: number;
    DEFAULT_THROTTLE_TIME_SECONDS: number;
    THROTTLING_PREFIX: string;
    X_MS_LIB_CAPABILITY_VALUE: string;
} = ...

Constants related to throttling

Type declaration

  • DEFAULT_MAX_THROTTLE_TIME_SECONDS: number
  • DEFAULT_THROTTLE_TIME_SECONDS: number
  • THROTTLING_PREFIX: string
  • X_MS_LIB_CAPABILITY_VALUE: string

Generated using TypeDoc