Skip to content

Meilisearch JS / index / Batch

Type Alias: Batch

Batch = object

Defined in: src/types/task-and-batch.ts:245

https://www.meilisearch.com/docs/reference/api/batches#batch-object

See

meilisearch_types::batch_view::BatchView

Properties

batchStrategy?

optional batchStrategy?: string

Defined in: src/types/task-and-batch.ts:254

Explains why the batch was finalized and stopped accepting more tasks.


details

details: TaskDetails

Defined in: src/types/task-and-batch.ts:248


duration

duration: string | null

Defined in: src/types/task-and-batch.ts:250


finishedAt

finishedAt: string | null

Defined in: src/types/task-and-batch.ts:252


progress

progress: BatchProgress | null

Defined in: src/types/task-and-batch.ts:247


startedAt

startedAt: string

Defined in: src/types/task-and-batch.ts:251


stats

stats: BatchStats

Defined in: src/types/task-and-batch.ts:249


uid

uid: number

Defined in: src/types/task-and-batch.ts:246