AutonomousDatabaseConnectionStringType Class

Definition

The connection string profile to allow clients to group, filter and select connection string values based on structured metadata.

public class AutonomousDatabaseConnectionStringType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseConnectionStringType>
type AutonomousDatabaseConnectionStringType = class
    interface IJsonModel<AutonomousDatabaseConnectionStringType>
    interface IPersistableModel<AutonomousDatabaseConnectionStringType>
Public Class AutonomousDatabaseConnectionStringType
Implements IJsonModel(Of AutonomousDatabaseConnectionStringType), IPersistableModel(Of AutonomousDatabaseConnectionStringType)
Inheritance
AutonomousDatabaseConnectionStringType
Implements

Properties

High

The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.

Low

The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.

Medium

The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.

Explicit Interface Implementations

IJsonModel<AutonomousDatabaseConnectionStringType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AutonomousDatabaseConnectionStringType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutonomousDatabaseConnectionStringType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutonomousDatabaseConnectionStringType>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AutonomousDatabaseConnectionStringType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to