Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BigQueryDatasetSource

import type { BigQueryDatasetSource } from "https://googleapis.deno.dev/v1/analyticshub:v1.ts";

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.

interface BigQueryDatasetSource {
dataset?: string;
readonly effectiveReplicas?: Replica[];
replicaLocations?: string[];
restrictedExportPolicy?: RestrictedExportPolicy;
selectedResources?: SelectedResource[];
}

§Properties

§
dataset?: string
[src]

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

§
readonly effectiveReplicas?: Replica[]
[src]

Output only. Server-owned effective state of replicas. Contains both primary and secondary replicas. Each replica includes a system-computed (output-only) state and primary designation.

§
replicaLocations?: string[]
[src]

Optional. A list of regions where the publisher has created shared dataset replicas.

§
restrictedExportPolicy?: RestrictedExportPolicy
[src]

Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.

§
selectedResources?: SelectedResource[]
[src]

Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.