Interface CreateWriteStreamOptions (5.8.5)

Inheritance

CreateResumableUploadOptions > CreateWriteStreamOptions

Package

@google-cloud/storage!

Properties

contentType

contentType?: string;
Property Value
Type Description
string

gzip

gzip?: string | boolean;
Property Value
Type Description
string | boolean

resumable

resumable?: boolean;
Property Value
Type Description
boolean

timeout

timeout?: number;
Property Value
Type Description
number

validation

validation?: string | boolean;
Property Value
Type Description
string | boolean