Interface CollectionSnapshotApis.List
-
- Enclosing interface:
- CollectionSnapshotApis
@Path("/collections/{collName}/snapshots") public static interface CollectionSnapshotApis.List
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCollectionSnapshotsResponse
listSnapshots(String collName)
-
-
-
Method Detail
-
listSnapshots
@GET ListCollectionSnapshotsResponse listSnapshots(@PathParam("collName") String collName) throws Exception
- Throws:
Exception
-
-