public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class OutputConfig.
The output content
Implements
IMessageOutputConfig, IEquatableOutputConfig, IDeepCloneableOutputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Beta1Assembly
Google.Cloud.Redis.V1Beta1.dll
Constructors
OutputConfig()
public OutputConfig()
OutputConfig(OutputConfig)
public OutputConfig(OutputConfig other)
Parameter | |
---|---|
Name | Description |
other |
OutputConfig |
Properties
DestinationCase
public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
OutputConfigDestinationOneofCase |
GcsDestination
public GcsDestination GcsDestination { get; set; }
Google Cloud Storage destination for output content.
Property Value | |
---|---|
Type | Description |
GcsDestination |