Show / Hide Table of Contents

Class PropertySetApex

Contains the details of an APEX property set

Inheritance
object
PropertySet
PropertySetApex
Inherited Members
PropertySet.IsMutable
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class PropertySetApex : PropertySet

Properties

UserKey

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

The APEX engine schema name

Version

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

The version of APEX

In this article
Back to top