Dataform v1beta1 API - Class GcsRepositorySnapshotDestination (1.0.0-beta13)

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

Reference documentation and code samples for the Dataform v1beta1 API class GcsRepositorySnapshotDestination.

Configures the destination for a repository snapshot.

Inheritance

object > GcsRepositorySnapshotDestination

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

GcsRepositorySnapshotDestination()

public GcsRepositorySnapshotDestination()

GcsRepositorySnapshotDestination(GcsRepositorySnapshotDestination)

public GcsRepositorySnapshotDestination(GcsRepositorySnapshotDestination other)
Parameter
Name Description
other GcsRepositorySnapshotDestination

Properties

RepositorySnapshotUri

public string RepositorySnapshotUri { get; set; }

Optional. The Google Cloud Storage destination to upload the repository snapshot to. Format: gs://bucket-name/path/.

Property Value
Type Description
string