Analytics Hub v1 API - Class DestinationDatasetReference (1.4.0)

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

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

Contains the reference that identifies a destination bigquery dataset.

Inheritance

object > DestinationDatasetReference

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.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