Interface UploadOptions (5.15.6)

Package

@google-cloud/storage

Properties

destination

destination?: string | File;
Property Value
TypeDescription
string | File

encryptionKey

encryptionKey?: string | Buffer;
Property Value
TypeDescription
string | __global.Buffer

kmsKeyName

kmsKeyName?: string;
Property Value
TypeDescription
string

onUploadProgress

onUploadProgress?: (progressEvent: any) => void;
Property Value
TypeDescription
(progressEvent: any) => void

resumable

resumable?: boolean;
Property Value
TypeDescription
boolean

timeout

timeout?: number;
Property Value
TypeDescription
number