mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -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:406](https://github.com/bitcoinresearchkit/brk/blob/64b90dd67834dd5b6acaff4f9a227efc18ccfed0/modules/brk-client/index.js#L406)
|
|
|
|
## Properties
|
|
|
|
### end?
|
|
|
|
> `optional` **end**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:410](https://github.com/bitcoinresearchkit/brk/blob/64b90dd67834dd5b6acaff4f9a227efc18ccfed0/modules/brk-client/index.js#L410)
|
|
|
|
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:412](https://github.com/bitcoinresearchkit/brk/blob/64b90dd67834dd5b6acaff4f9a227efc18ccfed0/modules/brk-client/index.js#L412)
|
|
|
|
Format of the output
|
|
|
|
***
|
|
|
|
### ids
|
|
|
|
> **ids**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:408](https://github.com/bitcoinresearchkit/brk/blob/64b90dd67834dd5b6acaff4f9a227efc18ccfed0/modules/brk-client/index.js#L408)
|
|
|
|
***
|
|
|
|
### index
|
|
|
|
> **index**: [`Index`](../type-aliases/Index.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:407](https://github.com/bitcoinresearchkit/brk/blob/64b90dd67834dd5b6acaff4f9a227efc18ccfed0/modules/brk-client/index.js#L407)
|
|
|
|
***
|
|
|
|
### limit?
|
|
|
|
> `optional` **limit**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:411](https://github.com/bitcoinresearchkit/brk/blob/64b90dd67834dd5b6acaff4f9a227efc18ccfed0/modules/brk-client/index.js#L411)
|
|
|
|
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:409](https://github.com/bitcoinresearchkit/brk/blob/64b90dd67834dd5b6acaff4f9a227efc18ccfed0/modules/brk-client/index.js#L409)
|
|
|
|
Inclusive starting index, if negative counts from end
|