Class CreateBucketOptions (4.1.0)

public sealed class CreateBucketOptions

Options for CreateBucket operations.

Inheritance

Object > CreateBucketOptions

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Properties

PredefinedAcl

public PredefinedBucketAcl? PredefinedAcl { get; set; }

A pre-defined ACL of the bucket for simple access control scenarios.

Property Value
TypeDescription
Nullable<PredefinedBucketAcl>

PredefinedDefaultObjectAcl

public PredefinedObjectAcl? PredefinedDefaultObjectAcl { get; set; }

A pre-defined default ACL for objects created in the bucket, for simple access control scenarios.

Property Value
TypeDescription
Nullable<PredefinedObjectAcl>

Projection

public Projection? Projection { get; set; }

The projection to retrieve.

Property Value
TypeDescription
Nullable<Projection>