DataStream v1 API - Class BigQueryDestinationConfig.Types.SingleTargetDataset (2.5.0)

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

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

A single target dataset to which all data will be streamed.

Inheritance

object > BigQueryDestinationConfig.Types.SingleTargetDataset

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

SingleTargetDataset()

public SingleTargetDataset()

SingleTargetDataset(SingleTargetDataset)

public SingleTargetDataset(BigQueryDestinationConfig.Types.SingleTargetDataset other)
Parameter
NameDescription
otherBigQueryDestinationConfigTypesSingleTargetDataset

Properties

DatasetId

public string DatasetId { get; set; }

The dataset ID of the target dataset.

Property Value
TypeDescription
string