Interface UploadManyFilesOptions (7.3.2)

Package

@google-cloud/storage

Properties

concurrencyLimit

concurrencyLimit?: number;

passthroughOptions

passthroughOptions?: Omit<UploadOptions, 'destination'>;

prefix

prefix?: string;

skipIfExists

skipIfExists?: boolean;