Show / Hide Table of Contents

Class AllConnectionStrings

A list of all connection strings that can be used to connect to the Autonomous Database.

Inheritance
object
AllConnectionStrings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AllConnectionStrings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

High

Output only. The database service provides the highest level of resources to each SQL statement.

Declaration
[JsonProperty("high")]
public virtual string High { get; set; }
Property Value
Type Description
string

Low

Output only. The database service provides the least level of resources to each SQL statement.

Declaration
[JsonProperty("low")]
public virtual string Low { get; set; }
Property Value
Type Description
string

Medium

Output only. The database service provides a lower level of resources to each SQL statement.

Declaration
[JsonProperty("medium")]
public virtual string Medium { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX