Options for MaterializeFromView — creates a new list from a view result.
RememberLineage controls whether the new list captures the source view
ID + filter snapshot. With it false, the list is a one-shot copy and
cannot be refreshed.
UseSnapshot controls refresh behaviour when lineage is remembered: when
true, refreshes re-apply the captured filter snapshot; when false,
refreshes re-read the live view (default).
Options for
MaterializeFromView— creates a new list from a view result.RememberLineagecontrols whether the new list captures the source view ID + filter snapshot. With itfalse, the list is a one-shot copy and cannot be refreshed.UseSnapshotcontrols refresh behaviour when lineage is remembered: whentrue, refreshes re-apply the captured filter snapshot; whenfalse, refreshes re-read the live view (default).