influxdb-client-csharp icon indicating copy to clipboard operation
influxdb-client-csharp copied to clipboard

`QueryAsyncEnumerable()` now supports `FluxRecord` streaming

Open Sylvain2703 opened this issue 8 months ago • 0 comments
trafficstars

Closes #452

Proposed Changes

Add support for FluxRecord streaming with:

  • IAsyncEnumerable<FluxRecord> QueryAsyncEnumerable(string query, string org = null, CancellationToken cancellationToken = default)
  • IAsyncEnumerable<FluxRecord> QueryAsyncEnumerable(Query query, string org = null, CancellationToken cancellationToken = default)

Checklist

  • [x] CHANGELOG.md updated
  • [x] Rebased/mergeable
  • [x] A test has been added if appropriate
  • [x] dotnet test completes successfully
  • [x] Commit messages are conventional
  • [x] Sign CLA (if not already signed)

Sylvain2703 avatar Mar 18 '25 11:03 Sylvain2703