Class Bucket.HierarchicalNamespaceData
The bucket's hierarchical namespace configuration.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.HierarchicalNamespaceData
Properties
Enabled
When set to true, hierarchical namespace is enabled for this bucket.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |