Class GcsSource (2.4.0)

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

The Cloud Storage location for the input content

Inheritance

Object > GcsSource

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.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