Class CollectionAdminRequest.DeleteBackup

All Implemented Interfaces:
Serializable, MapSerializable, MapWriter, NavigableObject, org.noggit.JSONWriter.Writable
Enclosing class:
CollectionAdminRequest<T extends CollectionAdminResponse>

public static class CollectionAdminRequest.DeleteBackup extends CollectionAdminRequest<CollectionAdminResponse>
SolrRequest class for the "Backup Deletion" API.

Currently the API represented by this class only supports deletion of the new "incremental" backup file-format introduced in Solr 8.9. It should not be used on locations holding "non-incremental" backups (those created prior to 8.9, or after 8.9 using the advanced "incremental=false" flag).

See Also: