Interface FileOptions (5.15.6)

Package

@google-cloud/storage

Properties

encryptionKey

encryptionKey?: string | Buffer;
Property Value
TypeDescription
string | __global.Buffer

generation

generation?: number | string;
Property Value
TypeDescription
number | string

kmsKeyName

kmsKeyName?: string;
Property Value
TypeDescription
string

preconditionOpts

preconditionOpts?: PreconditionOptions;
Property Value
TypeDescription
PreconditionOptions

userProject

userProject?: string;
Property Value
TypeDescription
string