prorm API Reference
← Documentation
GitLab
Preparing search index...
index
BulkItemResult
Interface BulkItemResult
Per-item result from a
bulk()
call.
interface
BulkItemResult
{
action
:
"create"
|
"update"
|
"index"
|
"delete"
;
id
?:
string
;
status
:
number
;
error
?:
{
type
:
string
;
reason
:
string
}
;
}
Index
Properties
action
id?
status
error?
Properties
action
action
:
"create"
|
"update"
|
"index"
|
"delete"
Optional
id
id
?:
string
status
status
:
number
Optional
error
error
?:
{
type
:
string
;
reason
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
id
status
error
← Documentation
GitLab
prorm API Reference
Loading...
Per-item result from a
bulk()call.