prorm API Reference
← Documentation
GitLab
Preparing search index...
index
BulkResult
Interface BulkResult
Result of a
bulk()
call.
interface
BulkResult
{
errors
:
boolean
;
items
:
BulkItemResult
[]
;
took
:
number
;
}
Index
Properties
errors
items
took
Properties
errors
errors
:
boolean
items
items
:
BulkItemResult
[]
took
took
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
items
took
← Documentation
GitLab
prorm API Reference
Loading...
Result of a
bulk()call.