BigQueryDatasetSource constructor

BigQueryDatasetSource({
  1. String? dataset,
  2. List<Replica>? effectiveReplicas,
  3. List<String>? replicaLocations,
  4. RestrictedExportPolicy? restrictedExportPolicy,
  5. List<SelectedResource>? selectedResources,
})

Implementation

BigQueryDatasetSource({
  this.dataset,
  this.effectiveReplicas,
  this.replicaLocations,
  this.restrictedExportPolicy,
  this.selectedResources,
});