Class 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.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class BigQueryDatasetSource : IDirectResponseSchema
Properties
Dataset
Resource name of the dataset source for this listing. e.g. projects/myproject/datasets/123
Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RestrictedExportPolicy
Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
Declaration
[JsonProperty("restrictedExportPolicy")]
public virtual RestrictedExportPolicy RestrictedExportPolicy { get; set; }
Property Value
Type | Description |
---|---|
RestrictedExportPolicy |
SelectedResources
Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
Declaration
[JsonProperty("selectedResources")]
public virtual IList<SelectedResource> SelectedResources { get; set; }
Property Value
Type | Description |
---|---|
IList<SelectedResource> |