Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace QueryWorkRequest

Job details outlining parameters specified when job was submitted.

Properties

compartmentId

compartmentId: string

displayQueryString

displayQueryString: string

Display version of the user speciified queryString.

id

id: string

Unique OCID identifier to reference this query job work Request with.

internalQueryString

internalQueryString: string

Internal version of the user specified queryString.

mode

mode: JobMode

Current execution mode for the job.

Optional operationType

operationType: model.QueryOperationType

Asynchronous action name.

Optional percentComplete

percentComplete: undefined | number

Percentage progress completion of the query. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional scopeFilters

scopeFilters: Array<ScopeFilter>

List of filters applied when the query executed.

Optional status

status: model.WorkRequestStatus

Work request status.

subSystem

subSystem: SubSystemName

Default subsystem to qualify fields with in the queryString if not specified.

Optional timeAccepted

timeAccepted: Date

When the work request was accepted. Should match timeStarted in all cases.

Optional timeBackgroundAt

timeBackgroundAt: Date

When the job was put in to the background.

Optional timeExpires

timeExpires: Date

When the job will expire.

Optional timeFilter

timeFilter: model.TimeRange

Optional timeFinished

timeFinished: Date

When the job finished execution.

timeStarted

timeStarted: Date

When the job was started.

Functions

getDeserializedJsonObj

getJsonObj