MassIndexationJobDto

📄 Description: Data transfer object representing a mass indexation job within the Nakisa Lease Accounting Suite, encompassing lease contracts and their associated financial obligations for accurate accounting entry management.

Properties

Name

Type

Required

Restrictions

Description

id

integer(int64)

false

none

Unique identifier for the resource

taskCount

integer(int32)

false

none

Count of task

failedTaskCount

integer(int32)

false

none

Count of failed task

doneTaskCount

integer(int32)

false

none

Count of done task

inProgressTaskCount

integer(int32)

false

none

Count of in progress task

cancelledTaskCount

integer(int32)

false

none

Count of cancelled task

errorMessage

string

false

none

Text value for errorMessage in MassIndexationJobDto

queueTime

string(date-time)

false

none

Time of the queue

startTime

string(date-time)

false

none

Time of the start

endTime

string(date-time)

false

none

Time of the end

status

string

false

none

Status of the resource

executor

string

false

none

Text value for executor in MassIndexationJobDto

scheduleJobId

integer(int64)

false

none

Unique identifier for the schedule job

batchSize

integer(int32)

false

none

Numeric value representing batchSize

totalObjectCount

integer(int32)

false

none

Count of total object

readOnly

boolean

false

none

Boolean flag indicating readOnly status

profileId

integer(int64)

false

none

Unique identifier for the profile

filter

MassIndexationJobFilterDto

false

none

Value for filter field

input

MassIndexationJobInputDto

false

none

Value for input field

tasks

[MassIndexationTaskDto]

false

none

List of tasks items

Enumerated Values

Attribute

Value

executor

MANUAL, SCHEDULER

status

CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED