Interface RegisterFilesParameters

Generates the parameters for the private registerFiles method.

interface RegisterFilesParameters {
    auth?: any;
    config?: RegisterFilesConfig;
    uris: string[];
}

Properties

Properties

auth?: any

The authentication object.

Used to override the default configuration.

uris: string[]

The Google Cloud Storage URIs to register. Example: gs://bucket/object.