Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ObjectStorageJobExecutionResultDetails

The details of the job execution result stored in Object Storage. The job execution result could be accessed using the Object Storage API.

Properties

Optional bucketName

bucketName: undefined | string

The name of the bucket used for job execution result storage.

Optional namespaceName

namespaceName: undefined | string

The Object Storage namespace used for job execution result storage.

Optional objectName

objectName: undefined | string

The name of the object containing the job execution result.

Optional rowCount

rowCount: undefined | number

The number of rows returned in the result for the Query SqlType. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "OBJECT_STORAGE"

Methods

getDeserializedJsonObj

getJsonObj