enum
Meilisearch::Crystal::BasicTask::Type
Overview
The distinct task kinds Meilisearch can report.
Defined in:
meilisearch/crystal/task.crEnum Members
-
IndexCreation =
0 -
IndexUpdate =
1 -
IndexDeletion =
2 -
IndexSwap =
3 -
DocumentAdditionOrUpdate =
4 -
DocumentDeletion =
5 -
SettingsUpdate =
6 -
DumpCreation =
7 -
TaskCancelation =
8 -
TaskDeletion =
9 -
SnapshotCreation =
10 -
Unknown =
11
Instance Method Summary
-
#document_addition_or_update?
Returns
trueif this enum value equalsDocumentAdditionOrUpdate -
#document_deletion?
Returns
trueif this enum value equalsDocumentDeletion -
#dump_creation?
Returns
trueif this enum value equalsDumpCreation -
#index_creation?
Returns
trueif this enum value equalsIndexCreation -
#index_deletion?
Returns
trueif this enum value equalsIndexDeletion -
#index_swap?
Returns
trueif this enum value equalsIndexSwap -
#index_update?
Returns
trueif this enum value equalsIndexUpdate -
#settings_update?
Returns
trueif this enum value equalsSettingsUpdate -
#snapshot_creation?
Returns
trueif this enum value equalsSnapshotCreation -
#task_cancelation?
Returns
trueif this enum value equalsTaskCancelation -
#task_deletion?
Returns
trueif this enum value equalsTaskDeletion -
#unknown?
Returns
trueif this enum value equalsUnknown