Embedded analytics SDK API
Back to documentation
Preparing search index...
ActionResultForBulk
Type Alias ActionResultForBulk
Response from any bulk variant — a success flag plus optional counts.
type
ActionResultForBulk
=
{
"rows-created"
?:
number
;
"rows-deleted"
?:
number
;
"rows-updated"
?:
number
;
success
:
boolean
;
}
Index
Properties
rows-
created?
rows-
deleted?
rows-
updated?
success
Properties
Optional
rows-
created
"rows-created"
?:
number
Optional
rows-
deleted
"rows-deleted"
?:
number
Optional
rows-
updated
"rows-updated"
?:
number
success
success
:
boolean
Settings
Theme
OS
Light
Dark
On This Page
Properties
rows-
created
rows-
deleted
rows-
updated
success
Back to documentation
Embedded analytics SDK API
Loading...
Response from any bulk variant — a success flag plus optional counts.