DataSetStats
Defined in: packages/synapse-sdk/src/filbeam/service.ts:30
Data set statistics from FilBeam.
These quotas represent the remaining pay-per-byte allocation available for data retrieval through FilBeam’s trusted measurement layer. The values decrease as data is served and represent how many bytes can still be retrieved before needing to add more credits.
DataSetStats
Properties
Section titled “Properties”cacheMissEgressQuota
Section titled “cacheMissEgressQuota”cacheMissEgressQuota: bigint;Defined in: packages/synapse-sdk/src/filbeam/service.ts:32
The remaining egress quota for cache misses (data retrieved from storage providers) in bytes
cdnEgressQuota
Section titled “cdnEgressQuota”cdnEgressQuota: bigint;Defined in: packages/synapse-sdk/src/filbeam/service.ts:31
The remaining CDN egress quota for cache hits (data served directly from FilBeam’s cache) in bytes