EntryInfo
Defined in: messages/EntryInfo.ts:6
Information about entry
Constructors
Constructor
> new EntryInfo(): EntryInfo
Returns
EntryInfo
Properties
blockCount
> readonly blockCount: bigint = 0n
Defined in: messages/EntryInfo.ts:15
Number of blocks
latestRecord
> readonly latestRecord: bigint = 0n
Defined in: messages/EntryInfo.ts:35
Unix timestamp of the latest record in microseconds
name
> readonly name: string = ""
Defined in: messages/EntryInfo.ts:10
Name of the entry
oldestRecord
> readonly oldestRecord: bigint = 0n
Defined in: messages/EntryInfo.ts:30
Unix timestamp of the oldest record in microseconds
recordCount
> readonly recordCount: bigint = 0n
Defined in: messages/EntryInfo.ts:20
Number of records
size
> readonly size: bigint = 0n
Defined in: messages/EntryInfo.ts:25
Size of stored data in the bucket in bytes
status
> readonly status: Status = Status.READY
Defined in: messages/EntryInfo.ts:40
Current status of the entry (READY or DELETING)
Methods
parse()
> static parse(bucket): EntryInfo
Defined in: messages/EntryInfo.ts:42
Parameters
bucket
Original
Returns
EntryInfo