public sealed class StorageLayout.Types.HierarchicalNamespace : IMessage<StorageLayout.Types.HierarchicalNamespace>, IEquatable<StorageLayout.Types.HierarchicalNamespace>, IDeepCloneable<StorageLayout.Types.HierarchicalNamespace>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class StorageLayout.Types.HierarchicalNamespace.
Configuration for a bucket's hierarchical namespace feature.
Implements
IMessageStorageLayoutTypesHierarchicalNamespace, IEquatableStorageLayoutTypesHierarchicalNamespace, IDeepCloneableStorageLayoutTypesHierarchicalNamespace, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
HierarchicalNamespace()
public HierarchicalNamespace()HierarchicalNamespace(HierarchicalNamespace)
public HierarchicalNamespace(StorageLayout.Types.HierarchicalNamespace other)| Parameter | |
|---|---|
| Name | Description |
other |
StorageLayoutTypesHierarchicalNamespace |
Properties
Enabled
public bool Enabled { get; set; }Enables the hierarchical namespace feature.
| Property Value | |
|---|---|
| Type | Description |
bool |
|