public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessageReference documentation and code samples for the Capacity Planner v1beta API class GcsDestination.
A Cloud Storage location.
Implements
IMessageGcsDestination, IEquatableGcsDestination, IDeepCloneableGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
GcsDestination()
public GcsDestination()GcsDestination(GcsDestination)
public GcsDestination(GcsDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsDestination |
Properties
Bucket
public string Bucket { get; set; }Required. The bucket name to which the export will be stored.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Force
public bool Force { get; set; }Optional. Flag to indicate overwrite in case file already exists.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Object
public string Object { get; set; }Required. The object name to which the export will be stored.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uri
public string Uri { get; set; }Optional. The path to the file in Cloud Storage where the export will be
stored. The URI is in the form gs://bucketName/fileName. If the file
already exists, the request succeeds, but the operation fails.
| Property Value | |
|---|---|
| Type | Description |
string |
|