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 webpage details the `ConnectionProfile` class within the `Google.Cloud.Datastream.V1` namespace, which is a part of the `Google.Cloud.Datastream.V1.dll` assembly."],["The `ConnectionProfile` class serves as a reusable configuration for establishing connections, either as a data source or as a destination for a stream."],["It is the version 2.1.0 for this `ConnectionProfile`, and the newest version is 2.9.0, while there are other documented version links ranging from 1.0.0 to 2.8.0."],["The `ConnectionProfile` class allows configuration for various connection types including BigQuery, Cloud Storage, MySQL, Oracle, and PostgreSQL, each with its own profile settings."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits members from the `Object` class."]]],[]]