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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The latest version of the `BigQueryDestinationConfig.Types.SingleTargetDataset` class is 2.9.0, with previous versions ranging from 2.8.0 down to 1.0.0 also available."],["This class, `BigQueryDestinationConfig.Types.SingleTargetDataset`, represents a configuration for streaming data to a single target dataset within BigQuery, and is part of the DataStream v1 API."],["It inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for data handling and object comparison."],["The class includes a `DatasetId` property of type `string`, which is used to specify the ID of the target BigQuery dataset where data will be streamed, with specific character restrictions as mentioned in the documentation."],["The `BigQueryDestinationConfig.Types.SingleTargetDataset` class has two constructors, a default one and one that takes another `SingleTargetDataset` object as a parameter for copying data."]]],[]]