Cloud Optimization v1 API - Class OutputConfig (2.5.0)

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.

Inheritance

object > OutputConfig

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

OutputConfig()

public OutputConfig()

OutputConfig(OutputConfig)

public OutputConfig(OutputConfig other)
Parameter
NameDescription
otherOutputConfig

Properties

DataFormat

public DataFormat DataFormat { get; set; }

The output data format that used to store the results in Cloud Storage.

Property Value
TypeDescription
DataFormat

DestinationCase

public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
OutputConfigDestinationOneofCase

GcsDestination

public GcsDestination GcsDestination { get; set; }

The Google Cloud Storage location to write the output to.

Property Value
TypeDescription
GcsDestination