Class StorageSize

java.lang.Object
com.couchbase.client.core.util.StorageSize

@Volatile public final class StorageSize extends Object
A size measured in bytes, kibibytes, mebibytes, etc.

Create an instance using one of the "of" factory methods, or from a string using parse(String).

See Also: