Interface StorageOptions (5.11.1)

Inheritance

ServiceOptions > StorageOptions

Package

@google-cloud/storage!

Properties

apiEndpoint

apiEndpoint?: string;

The API endpoint of the service used to make requests. Defaults to storage.googleapis.com.

Property Value
TypeDescription
string

autoRetry

autoRetry?: boolean;
Property Value
TypeDescription
boolean

maxRetries

maxRetries?: number;
Property Value
TypeDescription
number

promise

promise?: typeof Promise;

**This option is deprecated.** Remove in next major release.

Property Value
TypeDescription
typeof Promise

retryOptions

retryOptions?: RetryOptions;
Property Value
TypeDescription
RetryOptions