public sealed class SingleTargetDataset : IMessage<BigQueryDestinationConfig.Types.SingleTargetDataset>, IEquatable<BigQueryDestinationConfig.Types.SingleTargetDataset>, IDeepCloneable<BigQueryDestinationConfig.Types.SingleTargetDataset>, IBufferMessage, IMessage
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content focuses on the `SingleTargetDataset` class within the `Google.Cloud.Datastream.V1` namespace, which is designed for streaming data to a single target dataset."],["This `SingleTargetDataset` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor, and another one which takes an existing `BigQueryDestinationConfig.Types.SingleTargetDataset` as a parameter for copying."],["The `SingleTargetDataset` class includes a `DatasetId` property of type string, representing the ID of the dataset."],["The provided document also lists various versions of the documentation, ranging from version 1.0.0 to the latest version 2.9.0, in regards to the `SingleTargetDataset`."]]],[]]