Interface CreateReadStreamOptions (5.8.5)

Package

@google-cloud/storage!

Properties

decompress

decompress?: boolean;
Property Value
TypeDescription
boolean

end

end?: number;
Property Value
TypeDescription
number

start

start?: number;
Property Value
TypeDescription
number

userProject

userProject?: string;
Property Value
TypeDescription
string

validation

validation?: 'md5' | 'crc32c' | false | true;
Property Value
TypeDescription
'md5' | 'crc32c' | false | true