Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SchemaObjectTypeDetails

Schema object details

Properties

objectId

objectId: number

Object id (from RDBMS) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

objectName

objectName: string

Name of object

objectType

objectType: string

Type of the object (such as TABLE, INDEX)

owner

owner: string

Owner of object

Optional subObjectName

subObjectName: undefined | string

Subobject name; for example, partition name

Const type

type: string = "SCHEMA_OBJECT"

Methods

getDeserializedJsonObj

getJsonObj