Skip to main content

Interface: Tag

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

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

The total amount of chunks is represented by split property.

The actual progress of the upload can be tracked by the seen + synced properties.

See​

Bee docs - Syncing / Tags

Properties​

address​

address: string

Defined in: bee-js/src/types/index.ts:296


seen​

seen: number

Defined in: bee-js/src/types/index.ts:291


sent​

sent: number

Defined in: bee-js/src/types/index.ts:293


split​

split: number

Defined in: bee-js/src/types/index.ts:290


startedAt​

startedAt: string

Defined in: bee-js/src/types/index.ts:297


stored​

stored: number

Defined in: bee-js/src/types/index.ts:292


synced​

synced: number

Defined in: bee-js/src/types/index.ts:294


uid​

uid: number

Defined in: bee-js/src/types/index.ts:295

💬 Get Help