Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UploadFileSummary

Details of Upload File.

Properties

Optional chunksConsumed

chunksConsumed: undefined | number

Number of chunks processed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional chunksFail

chunksFail: undefined | number

Number of chunks failed processing. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional chunksSuccess

chunksSuccess: undefined | number

Number of chunks processed successfully. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional entityName

entityName: undefined | string

Name of the entity associated with the file.

Optional entityType

entityType: undefined | string

Name of the entity type.

Optional failureDetails

failureDetails: undefined | string

The details about upload processing failure.

Optional logGroupId

logGroupId: undefined | string

Log group OCID associated with the file.

Optional logGroupName

logGroupName: undefined | string

Name of the log group associated with the file.

Optional logNamespace

logNamespace: undefined | string

(Deprecated) Name of the log namespace associated with the file.

name

name: string

Name of the file

reference

reference: string

Unique internal identifier to refer upload file.

Optional sourceName

sourceName: undefined | string

Name of the log source used for processing this file.

Optional status

status: Status

Processing status of the file.

Optional timeStarted

timeStarted: Date

The time when this file processing started.

Optional totalChunks

totalChunks: undefined | number

Number of estimated chunks for this file. A chunk is a portion of the log file used for the processing. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj