public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class GcsSource.
The Cloud Storage location for the input content
Implements
IMessageGcsSource, IEquatableGcsSource, IDeepCloneableGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Beta1Assembly
Google.Cloud.Redis.V1Beta1.dll
Constructors
GcsSource()
public GcsSource()GcsSource(GcsSource)
public GcsSource(GcsSource other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsSource |
Properties
Uri
public string Uri { get; set; }Required. Source data URI. (e.g. 'gs://my_bucket/my_object').
| Property Value | |
|---|---|
| Type | Description |
string |
|