AlloyDB v1beta API - Class GcsDestination (1.0.0-beta10)

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

Reference documentation and code samples for the AlloyDB v1beta API class GcsDestination.

Destination for Export. Export will be done to cloud storage.

Inheritance

object > GcsDestination

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.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