public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessageThe Cloud Storage location for the output content
Implements
IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Assembly
Google.Cloud.Redis.V1.dll
Constructors
GcsDestination()
public GcsDestination()GcsDestination(GcsDestination)
public GcsDestination(GcsDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsDestination |
Properties
Uri
public string Uri { get; set; }Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
| Property Value | |
|---|---|
| Type | Description |
String |
|