Class CreateBucketOptions
Parameters for creating a bucket.
Inherited Members
Namespace: Unity.Services.Ccd.Management
Assembly: Unity.Services.Ccd.Management.dll
Syntax
public class CreateBucketOptions
Constructors
CreateBucketOptions(string)
Create parameters for creating a bucket.
Declaration
public CreateBucketOptions(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the bucket. |
Properties
Description
Description of bucket to create.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of bucket to create.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |