Class CreateBucketOptions
Parameters for creating a bucket.
Namespace: Unity.Services.Ccd.Management
Syntax
public class CreateBucketOptions : object
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 |