Class PropertySetApex
Contains the details of an APEX property set
Inherited Members
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 |