Interface CreateWriteStreamOptions (5.10.0)

Inheritance

CreateResumableUploadOptions > CreateWriteStreamOptions

Package

@google-cloud/storage!

Properties

contentType

contentType?: string;
Property Value
TypeDescription
string

gzip

gzip?: string | boolean;
Property Value
TypeDescription
string | boolean

resumable

resumable?: boolean;
Property Value
TypeDescription
boolean

timeout

timeout?: number;
Property Value
TypeDescription
number

validation

validation?: string | boolean;
Property Value
TypeDescription
string | boolean