Delete Redundant Records to Trash Can Directories

This REST API is called to delete redundant records to Trash Can directories. The redundant metadata of a Trash Can directory slows down the Small Garbage Collection process and can eventually cause an overall degradation in database performance. Calling this API alleviates this problem

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Optional parameters for the deletion process

int32
≥ 1
Defaults to 1000

Optional parameter. The number of records to retrieve for a single DB query, should be an integer greater than 0.

int32
≥ 1
Defaults to 1000

Optional parameter. This parameter defines the pause (in milliseconds) between successive DB query executions. Should be an integer greater than 0.

int32
Defaults to -1

Optional parameter. This parameter limits the maximum number of DB query executions. For example, if batchesCount = 20 and batchSize is 1,000, then a maximum of (20 * 1,000) = 20,000 records can be deleted

Responses

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json