Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the bulk upload process record.

Specific attributes

date_finish
timestamppublic
The timestamp when the bulk upload process finished.
Rules: Precision: 6, with timezone
date_start
timestamppublic
The timestamp when the bulk upload process started.
Rules: Precision: 6, with timezone
execution_time
numericdefault:"0"publicrequired
The execution time of the bulk upload process in seconds.
Rules: Precision: 8, Scale: 3
file
varcharpublic
The file associated with this bulk upload process.
Rules: Max length: 500 characters
queue_total
numericdefault:"0"publicrequired
The total number of items in the queue for this bulk upload process.
Rules: Precision: 8, Scale: 0
status
varchardefault:"IN_PROCCESS"publicrequired
The current status of the bulk upload process.
Rules: Possible values: IN_PROCCESS, TERMINATED
type
varcharpublicrequired
The type of bulk upload process.
Rules: Max length: 50 characters
validation
varchar[]default:"[]"publicrequired
An array of validation rules or messages for this bulk upload process.

Foreign keys

created_by
uuidpublicrequired
The unique identifier of the user who created this bulk upload process. Ref: User Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the bulk upload process record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the bulk upload process record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the bulk upload process record is active.
is_deleted
booleandefault:"false"public
Indicates whether the bulk upload process record has been deleted.
updated_at
timestamppublic
The timestamp when the bulk upload process record was last updated.
Rules: Precision: 6, with timezone