DataStream v1 API - Class BigQueryDestinationConfig.Types.SourceHierarchyDatasets (2.11.0)

public sealed class BigQueryDestinationConfig.Types.SourceHierarchyDatasets : IMessage<BigQueryDestinationConfig.Types.SourceHierarchyDatasets>, IEquatable<BigQueryDestinationConfig.Types.SourceHierarchyDatasets>, IDeepCloneable<BigQueryDestinationConfig.Types.SourceHierarchyDatasets>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class BigQueryDestinationConfig.Types.SourceHierarchyDatasets.

Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.

Inheritance

object > BigQueryDestinationConfig.Types.SourceHierarchyDatasets

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

SourceHierarchyDatasets()

public SourceHierarchyDatasets()

SourceHierarchyDatasets(SourceHierarchyDatasets)

public SourceHierarchyDatasets(BigQueryDestinationConfig.Types.SourceHierarchyDatasets other)
Parameter
Name Description
other BigQueryDestinationConfigTypesSourceHierarchyDatasets

Properties

DatasetTemplate

public BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate DatasetTemplate { get; set; }

The dataset template to use for dynamic dataset creation.

Property Value
Type Description
BigQueryDestinationConfigTypesSourceHierarchyDatasetsTypesDatasetTemplate

HasProjectId

public bool HasProjectId { get; }

Gets whether the "project_id" field is set

Property Value
Type Description
bool

ProjectId

public string ProjectId { get; set; }

Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.

Property Value
Type Description
string