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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This documentation covers the `DestinationDatasetReference` class within the Analytics Hub v1beta1 API, providing reference information and code samples."],["The `DestinationDatasetReference` class, which inherits from `object`, contains properties for identifying a destination BigQuery dataset."],["It offers two constructors: a default constructor and a copy constructor that takes another `DestinationDatasetReference` object."],["The class includes two key properties: `DatasetId`, which is a required unique identifier for the dataset, and `ProjectId`, which is a required identifier for the project."],["The different versions of the package included are 2.0.0-beta06, 2.0.0-beta05 and 1.0.0-beta01."]]],[]]