• Executes a flux query and iterrativelly collects results into a Giraffe's FromFluxResult.

    Parameters

    • queryApi: QueryApi

      InfluxDB client's QueryApi instance

    • query: string | ParameterizedQuery

      query to execute

    • tableFactory: GiraffeTableFactory

      creates a new Giraffe table

    • OptionaltableOptions: TableOptions

      tableOptions allows to filter or even stop the processing of rows, specify maximum rows or restrict the columns to collect

    Returns Promise<FromFluxResult>

    a Promise with query results

MMNEPVFCICPMFPCPTTAAATR