mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -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:400](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L400)
|
|
|
|
## Properties
|
|
|
|
### byDb
|
|
|
|
> **byDb**: `object`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:405](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L405)
|
|
|
|
Per-database breakdown of counts
|
|
|
|
#### Index Signature
|
|
|
|
\[`key`: `string`\]: [`SeriesCount`](SeriesCount.md)
|
|
|
|
***
|
|
|
|
### distinctSeries
|
|
|
|
> **distinctSeries**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:401](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L401)
|
|
|
|
Number of unique series available (e.g., realized_price, market_cap)
|
|
|
|
***
|
|
|
|
### lazyEndpoints
|
|
|
|
> **lazyEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:403](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L403)
|
|
|
|
Number of lazy (computed on-the-fly) series-index combinations
|
|
|
|
***
|
|
|
|
### storedEndpoints
|
|
|
|
> **storedEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:404](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L404)
|
|
|
|
Number of eager (stored on disk) series-index combinations
|
|
|
|
***
|
|
|
|
### totalEndpoints
|
|
|
|
> **totalEndpoints**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:402](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L402)
|
|
|
|
Total number of series-index combinations across all timeframes
|