public sealed class StorageConfig : IMessage<StorageConfig>, IEquatable<StorageConfig>, IDeepCloneable<StorageConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class StorageConfig.
The configuration for data storage in the environment.
Implements
IMessageStorageConfig, IEquatableStorageConfig, IDeepCloneableStorageConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
StorageConfig()
public StorageConfig()StorageConfig(StorageConfig)
public StorageConfig(StorageConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
StorageConfig |
Properties
Bucket
public string Bucket { get; set; }Optional. The name of the Cloud Storage bucket used by the environment. No
gs:// prefix.
| Property Value | |
|---|---|
| Type | Description |
string |
|