influxdb-client-csharp
influxdb-client-csharp copied to clipboard
`QueryAsyncEnumerable()` now supports `FluxRecord` streaming
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 testcompletes successfully - [x] Commit messages are conventional
- [x] Sign CLA (if not already signed)