Google Cloud Memorystore for Redis v1 API - Class GcsDestination (3.4.0)

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

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

The Cloud Storage location for the output content

Inheritance

object > GcsDestination

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Constructors

GcsDestination()

public GcsDestination()

GcsDestination(GcsDestination)

public GcsDestination(GcsDestination other)
Parameter
NameDescription
otherGcsDestination

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
TypeDescription
string