EntityUpdateCollectionRequest
EntityUpdateCollectionRequest
Section titled “EntityUpdateCollectionRequest”Schema definition for EntityUpdateCollectionRequest
Schema Viewer
Section titled “Schema Viewer”EntityUpdateCollectionRequest
transactionWindowinteger
The collection will be saved in a single transaction up to a maximum number of entities given by the transactionWindow. Collections exceeding the transactionWindow size will be saved in separate chunked transactions of the transactionWindow size.
transactionTimeoutMsinteger
Indicates the timeout of transaction for transactional save.
payloadsarrayrequired
Data payloads containing entities to update.
Description
Section titled “Description”This schema defines the structure and validation rules for EntityUpdateCollectionRequest.
Properties
Section titled “Properties”- dataFormat (object, required):
- transactionWindow (integer): The collection will be saved in a single transaction up to a maximum number of entities given by the transactionWindow. Collections exceeding the transactionWindow size will be saved in separate chunked transactions of the transactionWindow size.
- transactionTimeoutMs (integer): Indicates the timeout of transaction for transactional save.
- payloads (array, required): Data payloads containing entities to update.
Related Schemas
Section titled “Related Schemas”See other schemas in the entity category.