public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class OutputConfig.
The desired output location.
Implements
IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
OutputConfig()
public OutputConfig()
OutputConfig(OutputConfig)
public OutputConfig(OutputConfig other)
Parameter | |
---|---|
Name | Description |
other | OutputConfig |
Properties
DataFormat
public DataFormat DataFormat { get; set; }
The output data format that used to store the results in Cloud Storage.
Property Value | |
---|---|
Type | Description |
DataFormat |
DestinationCase
public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
OutputConfig.DestinationOneofCase |
GcsDestination
public GcsDestination GcsDestination { get; set; }
The Google Cloud Storage location to write the output to.
Property Value | |
---|---|
Type | Description |
GcsDestination |