public sealed class BigQueryDatasetSource : IMessage<Listing.Types.BigQueryDatasetSource>, IEquatable<Listing.Types.BigQueryDatasetSource>, IDeepCloneable<Listing.Types.BigQueryDatasetSource>, IBufferMessage, IMessage
A reference to a Shared dataset. It's an existing BigQuery dataset with a
collection of objects, such as tables and views, that you want to share
with subscribers.
Upon subscription to a Listing, Data Exchange creates a Linked dataset in
the subscriber's project. A Linked dataset is an opaque, read-only BigQuery
dataset that serves as a "symbolic link" to a shared dataset.
[[["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 document provides reference information for the `BigQueryDatasetSource` class, which represents a shared BigQuery dataset within the Google Cloud Data Exchange."],["The `BigQueryDatasetSource` class is a sealed class inheriting from `Object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It serves as a reference to an existing BigQuery dataset, enabling the sharing of its tables and views with subscribers through the creation of a read-only \"symbolic link\" called a Linked dataset."],["The class includes a `Dataset` property, a string representing the resource name of the dataset, for example: `projects/myproject/datasets/123`."],["It is documented with the latest being version 2.0.0-beta06, with prior versions also documented, including 2.0.0-beta05 and 1.0.0-beta01."]]],[]]