1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/ComputeResult.md
2023-05-02 18:18:30 +01:00

53 lines
1.0 KiB
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / ComputeResult
# Interface: ComputeResult
## Table of contents
### Properties
- [filename](ComputeResult.md#filename)
- [filesize](ComputeResult.md#filesize)
- [index](ComputeResult.md#index)
- [type](ComputeResult.md#type)
## Properties
### filename
**filename**: `string`
#### Defined in
[@types/Compute.ts:28](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L28)
___
### filesize
**filesize**: `number`
#### Defined in
[@types/Compute.ts:29](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L29)
___
### index
`Optional` **index**: `number`
#### Defined in
[@types/Compute.ts:31](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L31)
___
### type
**type**: [`ComputeResultType`](../modules.md#computeresulttype)
#### Defined in
[@types/Compute.ts:30](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L30)