Interface CreateShardApi
-
@Path("/collections/{collectionName}/shards") public interface CreateShardApi
V2 API definition for creating a new shard in a collection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubResponseAccumulatingJerseyResponse
createShard(String collectionName, CreateShardRequestBody requestBody)
-
-
-
Method Detail
-
createShard
@POST SubResponseAccumulatingJerseyResponse createShard(@PathParam("collectionName") String collectionName, CreateShardRequestBody requestBody) throws Exception
- Throws:
Exception
-
-