cloudant / java-cloudant

A Java client for Cloudant
Apache License 2.0
79 stars 68 forks source link

Dbinfo sizes #503

Closed ricellis closed 4 years ago

ricellis commented 4 years ago

Checklist

Description

Updated DbInfo sizes functionality.

1. Steps to reproduce and the simplest code sample possible to demonstrate the issue

Call db.info().getDiskSize() on CouchDB 3

2. What you expected to happen

Expected to get the actual disk size.

3. What actually happened

Got 0.

Approach

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging