Maximo API Client - v0.9.01
Preparing search index...
BulkOperation
Interface BulkOperation<T>
Represents a single operation in a bulk request
interface
BulkOperation
<
T
extends
OslcResource
>
{
data
:
Partial
<
T
>
;
action
:
"Add"
|
"Update"
|
"Delete"
|
"Merge"
|
"AddChange"
;
}
Type Parameters
T
extends
OslcResource
Index
Properties
data
action
Properties
data
data
:
Partial
<
T
>
action
action
:
"Add"
|
"Update"
|
"Delete"
|
"Merge"
|
"AddChange"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
action
Maximo API Client - v0.9.01
Loading...
Represents a single operation in a bulk request