CrudUpdateConfig
Configuration interface for CRUD update operations.
Extends
Type Parameters
T
T extends ResourceForUpdate
Properties
isCalledFromOutside?
optionalisCalledFromOutside:boolean
Flag indicating the operation is called from outside, for example through API
isCreate?
optionalisCreate:boolean
Flag to indicate this is a create operation
isUpsert?
optionalisUpsert:boolean
Flag to enable upsert behavior
propertyRelationSyncInfos?
optionalpropertyRelationSyncInfos:PropertyRelationSyncInfo[]
Configuration for synchronizing related resource properties
resource
resource:
T
Resource to be created or updated
resourceName
resourceName:
string
Name of the resource being operated on
throwOnNonSuccess?
optionalthrowOnNonSuccess:boolean
Whether to throw an exception on operation failure
userId?
optionaluserId:string
Id of the user performing the operation