public sealed class DestinationDatasetReference : IMessage<DestinationDatasetReference>, IEquatable<DestinationDatasetReference>, IDeepCloneable<DestinationDatasetReference>, IBufferMessage, IMessage
Defines the Destination BigQuery Dataset Reference.
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-03-21 UTC."],[[["The `DestinationDatasetReference` class defines a reference to a BigQuery dataset, serving as a core component for specifying dataset destinations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust handling and manipulation of dataset references."],["The `DestinationDatasetReference` class is constructed either without arguments, or using another `DestinationDatasetReference` instance as input."],["It contains two primary properties: `DatasetId`, which is the unique identifier of the dataset, and `ProjectId`, which specifies the project hosting the dataset."],["The latest version is 2.0.0-beta06, while this documentation covers 1.0.0-beta01, one previous version, and one version in between."]]],[]]