Meilisearch JS / index / Batch
Type Alias: Batch
Batch =
object
Defined in: src/types/task-and-batch.ts:243
https://www.meilisearch.com/docs/reference/api/batches#batch-object
See
meilisearch_types::batch_view::BatchView
Properties
batchStrategy?
optionalbatchStrategy?:string
Defined in: src/types/task-and-batch.ts:252
Explains why the batch was finalized and stopped accepting more tasks.
details
details:
TaskDetails
Defined in: src/types/task-and-batch.ts:246
duration
duration:
string|null
Defined in: src/types/task-and-batch.ts:248
finishedAt
finishedAt:
string|null
Defined in: src/types/task-and-batch.ts:250
progress
progress:
BatchProgress|null
Defined in: src/types/task-and-batch.ts:245
startedAt
startedAt:
string
Defined in: src/types/task-and-batch.ts:249
stats
stats:
BatchStats
Defined in: src/types/task-and-batch.ts:247
uid
uid:
number
Defined in: src/types/task-and-batch.ts:244