mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 01:20:00 -07:00
50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / SeriesCount
|
|
|
|
# Interface: SeriesCount
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:899](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L899)
|
|
|
|
## Properties
|
|
|
|
### distinctSeries
|
|
|
|
> **distinctSeries**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:900](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L900)
|
|
|
|
Number of unique series available (e.g., realized_price, market_cap)
|
|
|
|
***
|
|
|
|
### lazyEndpoints
|
|
|
|
> **lazyEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:902](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L902)
|
|
|
|
Number of lazy (computed on-the-fly) series-index combinations
|
|
|
|
***
|
|
|
|
### storedEndpoints
|
|
|
|
> **storedEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:903](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L903)
|
|
|
|
Number of eager (stored on disk) series-index combinations
|
|
|
|
***
|
|
|
|
### totalEndpoints
|
|
|
|
> **totalEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:901](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L901)
|
|
|
|
Total number of series-index combinations across all timeframes
|