Interface CollectionSnapshotApis.Delete
- Enclosing interface:
CollectionSnapshotApis
@Path("/collections/{collName}/snapshots/{snapshotName}")
public static interface CollectionSnapshotApis.Delete
-
Method Summary
Modifier and TypeMethodDescriptiondeleteCollectionSnapshot(String collName, String snapshotName, boolean followAliases, String asyncId)
-
Method Details
-
deleteCollectionSnapshot
@DELETE DeleteCollectionSnapshotResponse deleteCollectionSnapshot(@PathParam("collName") String collName, @PathParam("snapshotName") String snapshotName, @DefaultValue("false") @QueryParam("followAliases") boolean followAliases, @QueryParam("async") String asyncId) throws Exception - Throws:
Exception
-