Google Cloud Memorystore for Redis v1 API - Class OutputConfig (3.1.0)

public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class OutputConfig.

The output content

Inheritance

Object > OutputConfig

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Constructors

OutputConfig()

public OutputConfig()

OutputConfig(OutputConfig)

public OutputConfig(OutputConfig other)
Parameter
NameDescription
otherOutputConfig

Properties

DestinationCase

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

GcsDestination

public GcsDestination GcsDestination { get; set; }

Google Cloud Storage destination for output content.

Property Value
TypeDescription
GcsDestination