Interface CreateBucketRequest (5.10.0)

Package

@google-cloud/storage!

Properties

archive

archive?: boolean;
Property Value
Type Description
boolean

coldline

coldline?: boolean;
Property Value
Type Description
boolean

cors

cors?: Cors[];
Property Value
Type Description
Cors[]

dra

dra?: boolean;
Property Value
Type Description
boolean

location

location?: string;
Property Value
Type Description
string

multiRegional

multiRegional?: boolean;
Property Value
Type Description
boolean

nearline

nearline?: boolean;
Property Value
Type Description
boolean

regional

regional?: boolean;
Property Value
Type Description
boolean

requesterPays

requesterPays?: boolean;
Property Value
Type Description
boolean

retentionPolicy

retentionPolicy?: object;
Property Value
Type Description
object

standard

standard?: boolean;
Property Value
Type Description
boolean

storageClass

storageClass?: string;
Property Value
Type Description
string

userProject

userProject?: string;
Property Value
Type Description
string

versioning

versioning?: Versioning;
Property Value
Type Description
Versioning