How to get size of an elasticsearch index using nest api

Hi,

Can any one tell me How can I get size of an index using nest api.

Thanks,
Rajeev

Hi @Rajeev_Gaurav,

the short answer is: this information is not available. If it were available your best bet would have been to use the node stats API.

Why do you need this information?

Daniel