Show / Hide Table of Contents

Class AutonomousDatabaseApex

Oracle APEX AI Application Development is a low-code development platform that enables you to build scalable, secure enterprise apps, with world-class features. Autonomous AI Database with the APEX workload type is optimized to support APEX development.

Inheritance
object
AutonomousDatabaseApex
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseApex

Properties

ApexVersion

Declaration
[JsonProperty(PropertyName = "apexVersion")]
public string ApexVersion { get; set; }
Property Value
Type Description
string

The Oracle APEX AI Application Development version.

OrdsVersion

Declaration
[JsonProperty(PropertyName = "ordsVersion")]
public string OrdsVersion { get; set; }
Property Value
Type Description
string

The Oracle REST Data Services (ORDS) version.

In this article
Back to top