DataTransformationStrategy Enumeration @beta

Strategy for transforming data during schema import.

Members

Name Value Description
InMemory Data transformation will be performed using in-memory cached data created before schema import.
Useful for lightweight transformations involving limited data.
None No data transformation will be performed after schema import.
Snapshot Data transformation will be performed using a temporary snapshot created before schema import.
Useful for complex transformations requiring full read access to complete pre-import state for lazy conversion.
Note: Creates a complete copy of the briefcase file, which may be large.

Defined in

Last Updated: 23 January, 2026