Streaming result of queries

@mdegroux

@jmorris and I discussed this and decided it’s probably worth implementing support for full streaming in .NET 4. This means that the HTTP response body will now be streamed in addition to the existing behavior of streaming the deserialized POCOs. This will, however, be opt-in for .NET 4 consumers, though it will continue to be on by default for modern frameworks.

Here is the issue: Loading...

Also, if you’d like to test it here is the first draft implementation: https://review.couchbase.org/c/couchbase-net-client/+/198442