BucketInfo
Bases: BaseModel
Information about each bucket
Source code in reduct/bucket.py
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
|
entry_count: int
instance-attribute
¶
number of entries in the bucket
is_provisioned: bool = False
class-attribute
instance-attribute
¶
bucket is provisioned amd you can't remove it or change its settings
latest_record: int
instance-attribute
¶
UNIX timestamp of the latest record in microseconds
name: str
instance-attribute
¶
name of bucket
oldest_record: int
instance-attribute
¶
UNIX timestamp of the oldest record in microseconds
size: int
instance-attribute
¶
size of bucket data in bytes