IndexUpdateDetails
in package
implements
TaskDetails
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $primaryKey : string|null
Methods
- __construct() : mixed
- fromArray() : self
Properties
$primaryKey read-only
public
string|null
$primaryKey
Methods
__construct()
public
__construct(non-empty-string|null $primaryKey) : mixed
Parameters
- $primaryKey : non-empty-string|null
-
Value of the primaryKey field supplied during index creation.
nullif it was not specified.
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>