Class CreateShardAPI


  • @Path("/collections/{collectionName}/shards")
    public class CreateShardAPI
    extends AdminAPIBase
    V2 API for creating a new shard in a collection.

    This API (POST /v2/collections/collectionName/shards {...}) is analogous to the v1 /admin/collections?action=CREATESHARD command.