Property DeleteMissing
DeleteMissing
Null falls back to DeleteMissingDocuments (true). A nullable
bool rather than a bool is deliberate: false must be distinguishable from "not
specified", or a per-run override could never turn pruning OFF for a run against options
that have it on.
public bool? DeleteMissing { get; set; }
Property Value
- bool?