public sealed class ConnectionProfile : IMessage<ConnectionProfile>, IEquatable<ConnectionProfile>, IDeepCloneable<ConnectionProfile>, IBufferMessage, IMessage
A set of reusable connection configurations to be used as a source or
destination for a stream.
[[["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 document outlines the `ConnectionProfile` class, a reusable configuration for connecting to data streams, whether as a source or destination."],["The `ConnectionProfile` class is part of the `Google.Cloud.Datastream.V1` namespace and is available in the `Google.Cloud.Datastream.V1.dll` assembly."],["This class supports various connectivity methods, including Forward SSH tunnel, private connectivity, and static service IP, as well as multiple profiles such as Cloud Storage, MySQL, and Oracle."],["There are multiple versions available, ranging from version 1.0.0 to 2.9.0, with 2.9.0 being the latest version."],["`ConnectionProfile` also implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various data handling practices."]]],[]]