mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -07:00
64 lines
1.8 KiB
Markdown
64 lines
1.8 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / DetailedSeriesCount
|
|
|
|
# Interface: DetailedSeriesCount
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:454](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L454)
|
|
|
|
## Properties
|
|
|
|
### byDb
|
|
|
|
> **byDb**: `object`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:459](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L459)
|
|
|
|
Per-database breakdown of counts
|
|
|
|
#### Index Signature
|
|
|
|
\[`key`: `string`\]: [`SeriesCount`](SeriesCount.md)
|
|
|
|
***
|
|
|
|
### distinctSeries
|
|
|
|
> **distinctSeries**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:455](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L455)
|
|
|
|
Number of unique series available (e.g., realized_price, market_cap)
|
|
|
|
***
|
|
|
|
### lazyEndpoints
|
|
|
|
> **lazyEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:457](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L457)
|
|
|
|
Number of lazy (computed on-the-fly) series-index combinations
|
|
|
|
***
|
|
|
|
### storedEndpoints
|
|
|
|
> **storedEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:458](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L458)
|
|
|
|
Number of eager (stored on disk) series-index combinations
|
|
|
|
***
|
|
|
|
### totalEndpoints
|
|
|
|
> **totalEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:456](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L456)
|
|
|
|
Total number of series-index combinations across all timeframes
|