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-03-21 UTC."],[[["This page provides documentation for the `DestinationDatasetReference` class within the Google Cloud BigQuery Data Exchange v1beta1 API, specifically for .NET."],["The `DestinationDatasetReference` class is used to identify a destination BigQuery dataset and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `DestinationDatasetReference` object: a default constructor and one that takes another `DestinationDatasetReference` object as a parameter."],["The class has two key properties: `DatasetId`, which represents the unique ID of the dataset, and `ProjectId`, which represents the ID of the project that contains the dataset."],["The provided documentation details three different versions for the class, with the latest being version 2.0.0-beta06."]]],[]]