Interface CreateWriteStreamOptions (5.13.2)

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.