mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -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:1062](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L1062)
|
|
|
|
## Properties
|
|
|
|
### distinctSeries
|
|
|
|
> **distinctSeries**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1063](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L1063)
|
|
|
|
Number of unique series available (e.g., realized_price, market_cap)
|
|
|
|
***
|
|
|
|
### lazyEndpoints
|
|
|
|
> **lazyEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1065](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L1065)
|
|
|
|
Number of lazy (computed on-the-fly) series-index combinations
|
|
|
|
***
|
|
|
|
### storedEndpoints
|
|
|
|
> **storedEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1066](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L1066)
|
|
|
|
Number of eager (stored on disk) series-index combinations
|
|
|
|
***
|
|
|
|
### totalEndpoints
|
|
|
|
> **totalEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1064](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L1064)
|
|
|
|
Total number of series-index combinations across all timeframes
|