Interface CollectionSnapshotApis.Delete
-
- Enclosing interface:
- CollectionSnapshotApis
@Path("/collections/{collName}/snapshots/{snapshotName}") public static interface CollectionSnapshotApis.Delete
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCollectionSnapshotResponse
deleteCollectionSnapshot(String collName, String snapshotName, boolean followAliases, String asyncId)
-
-
-
Method Detail
-
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
-
-