EvaluateRetentionOptions
Defined in: src/mft/retention.ts:47
Options accepted by evaluateRetention.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
entries | readonly RemoteEntry[] | Listing to evaluate. Directories and symlinks are passed through unchanged. | src/mft/retention.ts:49 |
now? | Date | Reference time used by age policies. Defaults to new Date(). | src/mft/retention.ts:53 |
policy | RetentionPolicy | Policy to apply. | src/mft/retention.ts:51 |