Record
purge-options
No description available.
record purge-options {
soft-purge: bool,
extra: option<borrow<extra-purge-options>>,
}Fields
| Name | Type | Description |
|---|---|---|
| soft-purge | bool | Perform a soft purge instead of a hard purge. |
| extra | option<borrow<extra-purge-options>> | Additional options may be added in the future via this resource type. |