Class CcdBucketAttributes
CcdBucketAttributes model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "ccd.bucketAttributes")]
public class CcdBucketAttributes
Constructors
CcdBucketAttributes(bool)
Creates an instance of CcdBucketAttributes.
Declaration
[Preserve]
public CcdBucketAttributes(bool promoteOnly = false)
Parameters
Type | Name | Description |
---|---|---|
bool | promoteOnly | promoteOnly param |
Properties
PromoteOnly
Parameter promote_only of CcdBucketAttributes
Declaration
[Preserve]
[DataMember(Name = "promote_only", EmitDefaultValue = true)]
public bool PromoteOnly { get; }
Property Value
Type | Description |
---|---|
bool |