Class Listing.Types.BigQueryDatasetSource (1.0.0-beta01)

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.

Inheritance

Object > Listing.Types.BigQueryDatasetSource

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

BigQueryDatasetSource()

public BigQueryDatasetSource()

BigQueryDatasetSource(Listing.Types.BigQueryDatasetSource)

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

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