public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class GcsDestination.
The Cloud Storage location for the output content
Implements
IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Beta1Assembly
Google.Cloud.Redis.V1Beta1.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 |