public sealed class GcsRepositorySnapshotDestination : IMessage<GcsRepositorySnapshotDestination>, IEquatable<GcsRepositorySnapshotDestination>, IDeepCloneable<GcsRepositorySnapshotDestination>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class GcsRepositorySnapshotDestination.
Configures the destination for a repository snapshot.
Implements
IMessageGcsRepositorySnapshotDestination, IEquatableGcsRepositorySnapshotDestination, IDeepCloneableGcsRepositorySnapshotDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
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 |
|