mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
68 lines
1.2 KiB
Markdown
68 lines
1.2 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / SearchQuery
|
|
|
|
# Interface: SearchQuery
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [aggs](SearchQuery.md#aggs)
|
|
- [from](SearchQuery.md#from)
|
|
- [query](SearchQuery.md#query)
|
|
- [size](SearchQuery.md#size)
|
|
- [sort](SearchQuery.md#sort)
|
|
|
|
## Properties
|
|
|
|
### aggs
|
|
|
|
• `Optional` **aggs**: `any`
|
|
|
|
#### Defined in
|
|
|
|
[services/Aquarius.ts:11](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/services/Aquarius.ts#L11)
|
|
|
|
___
|
|
|
|
### from
|
|
|
|
• `Optional` **from**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[services/Aquarius.ts:6](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/services/Aquarius.ts#L6)
|
|
|
|
___
|
|
|
|
### query
|
|
|
|
• **query**: `any`
|
|
|
|
#### Defined in
|
|
|
|
[services/Aquarius.ts:9](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/services/Aquarius.ts#L9)
|
|
|
|
___
|
|
|
|
### size
|
|
|
|
• `Optional` **size**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[services/Aquarius.ts:7](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/services/Aquarius.ts#L7)
|
|
|
|
___
|
|
|
|
### sort
|
|
|
|
• `Optional` **sort**: `Object`
|
|
|
|
#### Index signature
|
|
|
|
▪ [jsonPath: `string`]: `string`
|
|
|
|
#### Defined in
|
|
|
|
[services/Aquarius.ts:10](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/services/Aquarius.ts#L10)
|