public sealed class CreateBucketOptionsOptions for CreateBucket operations.
Namespace
Google.Cloud.Storage.V1Assembly
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Nullable<PredefinedObjectAcl> |
|
Projection
public Projection? Projection { get; set; }The projection to retrieve.
| Property Value | |
|---|---|
| Type | Description |
Nullable<Projection> |
|