public sealed class Listing.Types.BigQueryDatasetSource : IMessage<Listing.Types.BigQueryDatasetSource>, IEquatable<Listing.Types.BigQueryDatasetSource>, IDeepCloneable<Listing.Types.BigQueryDatasetSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class Listing.Types.BigQueryDatasetSource.
A reference to a shared dataset. It is an existing BigQuery dataset with a
collection of objects such as tables and views that you want to share
with subscribers.
When subscriber's subscribe to a listing, Analytics Hub 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 documentation details the `BigQueryDatasetSource` class within the Analytics Hub v1beta1 API, specifically for version 2.0.0-beta05, which is used to reference a shared BigQuery dataset."],["The `BigQueryDatasetSource` class allows users to share existing BigQuery datasets, which include objects like tables and views, with subscribers, through a listing in the Analytics Hub."],["Subscribers gain read-only access to shared datasets via linked datasets, which act as symbolic links to the original data in their own projects, created upon subscribing to a listing."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for default creation and creating from another `BigQueryDatasetSource` object."],["The `Dataset` property within `BigQueryDatasetSource` represents the resource name of the dataset being shared, formatted as `projects/myproject/datasets/123`."]]],[]]