public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class GcsDestination.
Destination for Export. Export will be done to cloud storage.
Implements
IMessageGcsDestination, IEquatableGcsDestination, IDeepCloneableGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(GcsDestination)
public GcsDestination(GcsDestination other)
Parameter | |
---|---|
Name | Description |
other |
GcsDestination |
Properties
Uri
public string Uri { get; set; }
Required. The path to the file in Google Cloud Storage where the export
will be stored. The URI is in the form gs://bucketName/fileName
.
Property Value | |
---|---|
Type | Description |
string |