Interface CopyOptions (7.16.0)

Package

@google-cloud/storage

Properties

cacheControl

cacheControl?: string;

contentDisposition

contentDisposition?: string;

contentEncoding

contentEncoding?: string;

contentType

contentType?: string;

destinationKmsKeyName

destinationKmsKeyName?: string;

metadata

metadata?: {
        [key: string]: string | boolean | number | null;
    };

preconditionOpts

preconditionOpts?: PreconditionOptions;

predefinedAcl

predefinedAcl?: string;

token

token?: string;

userProject

userProject?: string;