BlobStatistics¶
- class dsviper.BlobStatistics¶
Bases:
objectA class used to represent the statistics about blobs.
Note: Not directly instantiable.
- count() int¶
Return the number of blobs.
- max_size() int¶
Return the size of the biggest blob in bytes.
- min_size() int¶
Return the size of the smallest blob in bytes.
- total_size() int¶
Return the total size in bytes.