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.
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-01 UTC."],[[["The `DestinationDatasetReference` class identifies a destination BigQuery dataset within the Analytics Hub v1 API."],["This class is available in multiple versions, with 1.7.0 being the latest and the page's current focus being version 1.4.0."],["`DestinationDatasetReference` is part of the `Google.Cloud.BigQuery.AnalyticsHub.V1` namespace and is implemented as a sealed class that inherits from object."],["The class requires a `DatasetId` and a `ProjectId`, both as string properties, to uniquely identify the dataset."],["The `DestinationDatasetReference` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for data handling, comparison, cloning, and buffer management."]]],[]]