Disposal policy counters
A disposal policy is a feature of the sweep framework that allows object store administrators to define conditions for when objects of a specified type are automatically deleted. Disposal policies can be created for objects of any searchable class and a single object store can support multiple disposal policies. You can specify searchable classes in the FROM clause of a search that is run against an object store. A dynamic container that is named for each disposal policy is created under the Disposal policy container.
| Counter name | Type | Description |
|---|---|---|
| Annotations Disposed | Event | The number of Annotations that are disposed by this policy. |
| Custom Objects Disposed | Event | The number of Custom Objects that are disposed by this policy. |
| Disposal Failures | Event | The number of failed disposal attempts that are generated by this disposal policy. |
| Documents Disposed | Event | The number of documents that are disposed by this policy. |
| Folder Disposed | Event | The number of Folders that are disposed by this policy. |
| Other Objects Disposed | Event | The number of objects that are disposed by this policy that are not Annotations, Custom Objects, Documents, or Folders. |
| Total Objects Disposed | Event | The total number of objects that are disposed by this policy. |
| Total Object Disposed / Duration | Duration | The average duration for each disposal operation. |