EntityCreateCollectionRequest
EntityCreateCollectionRequest
Section titled “EntityCreateCollectionRequest”Schema definition for EntityCreateCollectionRequest
Schema Viewer
Section titled “Schema Viewer”EntityCreateCollectionRequest
payloadsarrayrequired
Data payloads containing entities to save.
transactionTimeoutMsinteger
Indicates the timeout of transaction for transactional save.
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.
Description
Section titled “Description”This schema defines the structure and validation rules for EntityCreateCollectionRequest.
Properties
Section titled “Properties”- dataFormat (object, required):
- payloads (array, required): Data payloads containing entities to save.
- transactionTimeoutMs (integer): Indicates the timeout of transaction for transactional save.
- 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.
Related Schemas
Section titled “Related Schemas”See other schemas in the entity category.