Analytics Hub v1beta1 API - Class Listing.Types.BigQueryDatasetSource (2.0.0-beta04)

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.

Inheritance

object > Listing.Types.BigQueryDatasetSource

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

BigQueryDatasetSource()

public BigQueryDatasetSource()

BigQueryDatasetSource(BigQueryDatasetSource)

public BigQueryDatasetSource(Listing.Types.BigQueryDatasetSource other)
Parameter
NameDescription
otherListingTypesBigQueryDatasetSource

Properties

Dataset

public string Dataset { get; set; }

Resource name of the dataset source for this listing. e.g. projects/myproject/datasets/123

Property Value
TypeDescription
string