Configuration flags for repository operations.
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
parentContext |
Context
|
<optional> |
The parent context for hierarchical operations |
childContexts |
Array.<Context>
|
<optional> |
Child contexts spawned from this context |
callArgs |
Array.<any>
|
<optional> |
Arguments passed to the operation |
ignoredValidationProperties |
Array.<string>
|
Properties to exclude from validation |
|
affectedTables |
Tables or models affected by the operation |
||
writeOperation |
boolean
|
Whether the operation modifies data |
|
timestamp |
Date
|
When the operation was initiated |
|
operation |
OperationKeys
|
<optional> |
The type of operation being performed |
breakOnHandlerError |
boolean
|
Whether to stop processing on handler errors |
|
rebuildWithTransient |
boolean
|
Whether to include transient properties when rebuilding models |