Interface Opts$UtilsGDrive

Options for UtilsGDrive base class.

Hierarchy

  • Opts$UtilsGDrive

Properties

Properties

expBack?: Opts$ExpBack
rateLimiter?: {
    interval: number;
    tokensPerInterval: number;
}

Type declaration

  • interval: number

    Interval of time in miliseconds.

  • tokensPerInterval: number

    Number of API calls that can be made within given interval.

Generated using TypeDoc