EntryInfo
Bases: BaseModel
Entry of bucket
Source code in reduct/bucket.py
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
|
block_count: int
instance-attribute
¶
number of blocks
latest_record: int
instance-attribute
¶
UNIX timestamp of the latest record in microseconds
name: str
instance-attribute
¶
name of entry
oldest_record: int
instance-attribute
¶
UNIX timestamp of the oldest record in microseconds
record_count: int
instance-attribute
¶
number of records
size: int
instance-attribute
¶
size of stored data in bytes