Google Cloud Memorystore for Redis v1beta1 API - Class GcsSource (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class GcsSource.

The Cloud Storage location for the input content

Inheritance

object > GcsSource

Namespace

Google.Cloud.Redis.V1Beta1

Assembly

Google.Cloud.Redis.V1Beta1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(GcsSource other)
Parameter
NameDescription
otherGcsSource

Properties

Uri

public string Uri { get; set; }

Required. Source data URI. (e.g. 'gs://my_bucket/my_object').

Property Value
TypeDescription
string