Interface UploadOptions (5.10.0)

Package

@google-cloud/storage!

Properties

destination

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

encryptionKey

encryptionKey?: string | Buffer;
Property Value
TypeDescription
string | 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