Skip to main content
Version: Next

StorageOpenOptions

Options for the static open() method on storage classes (Dataset, KeyValueStore, RequestQueue).

Index

Properties

optionalconfiguration

configuration?: Configuration

SDK configuration instance, defaults to the static register.

optionalhttpClient

httpClient?: BaseHttpClient

HTTP client to be used to download the list of URLs in RequestQueue.

optionalproxyConfiguration

proxyConfiguration?: IProxyConfiguration

Used to pass the proxy configuration for the requestsFromUrl objects. Takes advantage of the internal address rotation and authentication process. If undefined, the requestsFromUrl requests will be made without proxy.

optionalstorageBackend

storageBackend?: StorageBackend

Optional storage backend that should be used to open storages.