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."],[[["This documentation outlines the `DataFusion` service, which is used for creating and managing Data Fusion instances to enable code-free data integration pipeline development."],["The latest version of `DataFusion` is 2.4.0, with multiple previous versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."],["The `DataFusion` class inherits from the `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `DataFusion` service can be bound to a server using the `BindService` methods, which either create a service definition or register service methods with a service binder."],["The namespace for the service is `Google.Cloud.DataFusion.V1` and the assembly is `Google.Cloud.DataFusion.V1.dll`."]]],[]]