mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-05 23:23:05 -07:00
50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / SeriesCount
|
|
|
|
# Interface: SeriesCount
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1097](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1097)
|
|
|
|
## Properties
|
|
|
|
### distinct
|
|
|
|
> **distinct**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1098](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1098)
|
|
|
|
Number of unique series available (e.g., realized_price, market_cap)
|
|
|
|
***
|
|
|
|
### lazy
|
|
|
|
> **lazy**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1100](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1100)
|
|
|
|
Number of lazy (computed on-the-fly) series-index combinations
|
|
|
|
***
|
|
|
|
### stored
|
|
|
|
> **stored**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1101](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1101)
|
|
|
|
Number of eager (stored on disk) series-index combinations
|
|
|
|
***
|
|
|
|
### total
|
|
|
|
> **total**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1099](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1099)
|
|
|
|
Total number of series-index combinations across all timeframes
|