Analytics Hub v1beta1 API - Class DestinationDatasetReference (2.0.0-beta04)

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

Reference documentation and code samples for the Analytics Hub v1beta1 API class DestinationDatasetReference.

Contains the reference that identifies a destination bigquery dataset.

Inheritance

object > DestinationDatasetReference

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

DestinationDatasetReference()

public DestinationDatasetReference()

DestinationDatasetReference(DestinationDatasetReference)

public DestinationDatasetReference(DestinationDatasetReference other)
Parameter
NameDescription
otherDestinationDatasetReference

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
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project containing this dataset.

Property Value
TypeDescription
string