public sealed class AllConnectionStrings : IMessage<AllConnectionStrings>, IEquatable<AllConnectionStrings>, IDeepCloneable<AllConnectionStrings>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class AllConnectionStrings.
A list of all connection strings that can be used to connect to the
Autonomous Database.
[[["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-04-17 UTC."],[[["The `AllConnectionStrings` class in the Oracle Database@Google Cloud v1 API provides a structured way to access connection strings for Autonomous Databases."],["This class, part of the `Google.Cloud.OracleDatabase.V1` namespace, is designed to encapsulate and manage connection string data."],["The `AllConnectionStrings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `High`, `Medium`, and `Low` which provide different levels of resource allocation for SQL statements via various connection strings."],["The class has two constructors, one for creating an empty instance and another to copy data from another AllConnectionStrings instance."]]],[]]