@InterfaceAudience.Public
 @InterfaceStability.Unstable
public interface BulkDeleteSource
CommonPathCapabilities.BULK_DELETE.
 Exporting the interface does not guarantee that the operation is supported;
 returning a BulkDelete object from the call createBulkDelete(Path)
 is.| Modifier and Type | Method and Description | 
|---|---|
| BulkDelete | createBulkDelete(Path path)Create a bulk delete operation. | 
BulkDelete createBulkDelete(Path path) throws UnsupportedOperationException, IllegalArgumentException, IOException
path - path to delete under.UnsupportedOperationException - bulk delete under that path is not supported.IllegalArgumentException - path not valid.IOException - problems resolving pathsCopyright © 2025 Apache Software Foundation. All rights reserved.