mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
66 lines
1.9 KiB
Markdown
66 lines
1.9 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / MetricSelectionLegacy
|
|
|
|
# Interface: MetricSelectionLegacy
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:425](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L425)
|
|
|
|
## Properties
|
|
|
|
### end?
|
|
|
|
> `optional` **end**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:429](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L429)
|
|
|
|
Exclusive ending index, if negative counts from end
|
|
|
|
***
|
|
|
|
### format?
|
|
|
|
> `optional` **format**: [`Format`](../type-aliases/Format.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:431](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L431)
|
|
|
|
Format of the output
|
|
|
|
***
|
|
|
|
### ids
|
|
|
|
> **ids**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:427](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L427)
|
|
|
|
***
|
|
|
|
### index
|
|
|
|
> **index**: [`Index`](../type-aliases/Index.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:426](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L426)
|
|
|
|
***
|
|
|
|
### limit?
|
|
|
|
> `optional` **limit**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:430](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L430)
|
|
|
|
Maximum number of values to return (ignored if `end` is set)
|
|
|
|
***
|
|
|
|
### start?
|
|
|
|
> `optional` **start**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:428](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L428)
|
|
|
|
Inclusive starting index, if negative counts from end
|