public sealed class DestinationDatasetReference : IMessage<DestinationDatasetReference>, IEquatable<DestinationDatasetReference>, IDeepCloneable<DestinationDatasetReference>, IBufferMessage, IMessageReference documentation and code samples for the Analytics Hub v1beta1 API class DestinationDatasetReference.
Contains the reference that identifies a destination bigquery dataset.
Implements
IMessageDestinationDatasetReference, IEquatableDestinationDatasetReference, IDeepCloneableDestinationDatasetReference, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
DestinationDatasetReference()
public DestinationDatasetReference()DestinationDatasetReference(DestinationDatasetReference)
public DestinationDatasetReference(DestinationDatasetReference other)| Parameter | |
|---|---|
| Name | Description |
other |
DestinationDatasetReference |
Properties
DatasetId
public string DatasetId { get; set; }Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Required. The ID of the project containing this dataset.
| Property Value | |
|---|---|
| Type | Description |
string |
|