public sealed class 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.
[[["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."],[[["This documentation page covers the `SourceHierarchyDatasets` class within the `Google.Cloud.Datastream.V1` API, which is used for BigQuery destination configurations."],["The `SourceHierarchyDatasets` class ensures that the hierarchy of destination data objects in BigQuery mirrors the hierarchy of the source data."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members and methods from the `Object` class."],["The class offers two constructors: a default constructor and another that accepts an existing `SourceHierarchyDatasets` instance for creating a new copy."],["The `DatasetTemplate` property, of type `BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate`, allows for the specification of a template for the datasets."]]],[]]