DocumentDeletionDetails
in package
implements
TaskDetails
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $deletedDocuments : int|null
- $originalFilter : string|null
- $providedIds : int|null
Methods
- __construct() : mixed
- fromArray() : self
Properties
$deletedDocuments read-only
public
int|null
$deletedDocuments
$originalFilter read-only
public
string|null
$originalFilter
$providedIds read-only
public
int|null
$providedIds
Methods
__construct()
public
__construct(int|null $providedIds, string|null $originalFilter, int|null $deletedDocuments) : mixed
Parameters
- $providedIds : int|null
- $originalFilter : string|null
-
The filter used to delete documents. Null if it was not specified.
- $deletedDocuments : int|null
-
Number of documents deleted.
nullwhile the task status is enqueued or processing.
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>