Skip to content

BucketInfo

reduct.BucketInfo

Information about each bucket

entry_count: int class-attribute

number of entries in the bucket

latest_record: int class-attribute

UNIX timestamp of the latest record in microseconds

name: str class-attribute

name of bucket

oldest_record: int class-attribute

UNIX timestamp of the oldest record in microseconds

size: int class-attribute

size of bucket data in bytes

reduct.BucketList

List of buckets