Interface FileOptions (5.13.2)

Package

@google-cloud/storage!

Properties

encryptionKey

encryptionKey?: string | Buffer;
Property Value
TypeDescription
string | 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