databasePersistencePolicy property
Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
Optional. Possible string values are:
- "DATABASE_PERSISTENCE_POLICY_UNSPECIFIED" : Enables persistence for all execution data.
- "DATABASE_PERSISTENCE_DISABLED" : Disables persistence for all execution data.
- "DATABASE_PERSISTENCE_ASYNC" : Asynchronously persist all execution data.
Implementation
core.String? databasePersistencePolicy;