Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RunSummary

A summary of the run.

Properties

applicationId

applicationId: string

The application ID.

compartmentId

compartmentId: string

The OCID of a compartment.

Optional dataReadInBytes

dataReadInBytes: undefined | number

The data read by the run in bytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dataWrittenInBytes

dataWrittenInBytes: undefined | number

The data written by the run in bytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

definedTags

definedTags: object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {@code {"Operations": {"CostCenter": "42"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

Optional displayName

displayName: undefined | string

A user-friendly name. This name is not necessarily unique.

freeformTags

freeformTags: object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {@code {"Department": "Finance"}}

Type declaration

  • [key: string]: string

id

id: string

The ID of a run.

language

The Spark language.

Optional lifecycleDetails

lifecycleDetails: undefined | string

The detailed messages about the lifecycle state.

lifecycleState

lifecycleState: RunLifecycleState

The current state of this run.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional ownerPrincipalId

ownerPrincipalId: undefined | string

The OCID of the user who created the resource.

Optional ownerUserName

ownerUserName: undefined | string

The username of the user who created the resource. If the username of the owner does not exist, {@code null} will be returned and the caller should refer to the ownerPrincipalId value instead.

Optional poolId

poolId: undefined | string

The OCID of a pool. Unique Id to indentify a dataflow pool resource.

Optional runDurationInMilliseconds

runDurationInMilliseconds: undefined | number

The duration of the run in milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

timeCreated

timeCreated: Date

The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: {@code 2018-04-03T21:10:29.600Z}

timeUpdated

timeUpdated: Date

The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: {@code 2018-04-03T21:10:29.600Z}

Optional totalOCpu

totalOCpu: undefined | number

The total number of oCPU requested by the run. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional type

type: model.ApplicationType

The Spark application processing type.

Functions

getDeserializedJsonObj

getJsonObj