include/lightspeed@integration@data_Pattern.hrl
-record(pattern, {
name :: binary(),
adapter :: lightspeed@data@repository:adapter(),
migration_track :: lightspeed@integration@data:migration_track(),
scope_enforced :: boolean(),
retry_budget :: integer(),
read_after_write_check :: boolean()
}).