Service for creating and managing Data Fusion instances.
Data Fusion enables ETL developers to build code-free, data integration
pipelines via a point-and-click UI.
public static void BindService(ServiceBinderBase serviceBinder, DataFusion.DataFusionBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 `DataFusion` class serves as a service for managing Data Fusion instances, which allow ETL developers to build data integration pipelines without code through a UI."],["The latest version available for `DataFusion` is 2.4.0, with several previous versions from 2.3.0 down to 1.0.0 also accessible."],["This class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method allows for the creation of a service definition that can be registered with a server, or the registration of a service method with a service binder, for customized binding logic."],["The `DataFusion` class is part of the `Google.Cloud.DataFusion.V1` namespace and is within the `Google.Cloud.DataFusion.V1.dll` assembly."]]],[]]