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-09-09 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eAllConnectionStrings\u003c/code\u003e class within the Google Cloud Oracle Database v1 API, specifically for .NET developers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAllConnectionStrings\u003c/code\u003e class is used to retrieve a list of connection strings for connecting to an Autonomous Database.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAllConnectionStrings\u003c/code\u003e class has three properties, \u003ccode\u003eHigh\u003c/code\u003e, \u003ccode\u003eMedium\u003c/code\u003e, and \u003ccode\u003eLow\u003c/code\u003e, which are output-only strings representing different levels of resources allocated to each SQL statement, with High being the highest.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors provided, a default one with no parameters, and one that accepts another \u003ccode\u003eAllConnectionStrings\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class AllConnectionStrings (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AllConnectionStrings)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.AllConnectionStrings)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.AllConnectionStrings)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.AllConnectionStrings) \n\n public sealed class AllConnectionStrings : IMessage\u003cAllConnectionStrings\u003e, IEquatable\u003cAllConnectionStrings\u003e, IDeepCloneable\u003cAllConnectionStrings\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class AllConnectionStrings.\n\nA list of all connection strings that can be used to connect to the\nAutonomous Database. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AllConnectionStrings \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AllConnectionStrings](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AllConnectionStrings), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AllConnectionStrings](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AllConnectionStrings), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AllConnectionStrings](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.AllConnectionStrings), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.OracleDatabase.V1](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.OracleDatabase.V1.dll\n\nConstructors\n------------\n\n### AllConnectionStrings()\n\n public AllConnectionStrings()\n\n### AllConnectionStrings(AllConnectionStrings)\n\n public AllConnectionStrings(AllConnectionStrings other)\n\nProperties\n----------\n\n### High\n\n public string High { get; set; }\n\nOutput only. The database service provides the highest level of resources\nto each SQL statement.\n\n### Low\n\n public string Low { get; set; }\n\nOutput only. The database service provides the least level of resources to\neach SQL statement.\n\n### Medium\n\n public string Medium { get; set; }\n\nOutput only. The database service provides a lower level of resources to\neach SQL statement."]]