Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new property "Partial" to the InfluxDB Serie response model. #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tbraun-hk
Copy link

Partial is a boolean value returned by InfluxDB if a response has been truncated due to chunking or to exceeding a configured max-row-limit in the response.
Adding this property is sufficient to expose the functionality to users of InfluxData.NET. I've tested it successfully with InfluxDB 1.7.6-1
The change is very simple and does not require changing existing code, which is why I'd rather not add another test case for it.

Partial is a boolean field returned by InfluxDB if a response has been truncated due to chunking or to exceeding a configured max-row-limit configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant