Interface CreateBucketRequest (5.11.1)

Package

@google-cloud/storage!

Properties

archive

archive?: boolean;
Property Value
TypeDescription
boolean

coldline

coldline?: boolean;
Property Value
TypeDescription
boolean

cors

cors?: Cors[];
Property Value
TypeDescription
Cors[]

dra

dra?: boolean;
Property Value
TypeDescription
boolean

location

location?: string;
Property Value
TypeDescription
string

multiRegional

multiRegional?: boolean;
Property Value
TypeDescription
boolean

nearline

nearline?: boolean;
Property Value
TypeDescription
boolean

regional

regional?: boolean;
Property Value
TypeDescription
boolean

requesterPays

requesterPays?: boolean;
Property Value
TypeDescription
boolean

retentionPolicy

retentionPolicy?: object;
Property Value
TypeDescription
object

standard

standard?: boolean;
Property Value
TypeDescription
boolean

storageClass

storageClass?: string;
Property Value
TypeDescription
string

userProject

userProject?: string;
Property Value
TypeDescription
string

versioning

versioning?: Versioning;
Property Value
TypeDescription
Versioning