Class AllConnectionStrings
A list of all connection strings that can be used to connect to the Autonomous Database.
Implements
Inherited Members
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 |