Skip to main content

Interface: Tag

Object that contains infromation about progress of upload of data to network.

see Bee docs - Syncing / Tags

Properties

processed

processed: number

Number of chunks that is locally stored in the Bee node.

Defined in

bee-js/src/types/index.ts:274


startedAt

startedAt: string

When the upload process started

Defined in

bee-js/src/types/index.ts:289


synced

synced: number

Number of chunks that arrived to their designated destination in the network

Defined in

bee-js/src/types/index.ts:279


total

total: number

Number of all chunks that the data will be split into.

Defined in

bee-js/src/types/index.ts:269


uid

uid: number

Unique identifier

Defined in

bee-js/src/types/index.ts:284