@sri_ram this is not something the SDK supports out of the box, since Couchbase is really designed that all your partitions hold a roughly equal set of documents (your cluster is balanced).
There are ways to do this, but it involves copying some code and figuring out document IDs that match the partitions and then saving it - again I advise against it in general. May I ask what’s the use case?