protected virtual QueryInfo CreateQueryInfoFrom <TValue, TIncludedDoc>(ViewQueryResponse <TValue, TIncludedDoc> response, CancellationToken cancellationToken = default) { return(new QueryInfo(response.TotalRows, response.RowCount, response.OffSet, response.UpdateSeq)); }
protected virtual QueryInfo CreateQueryInfoFrom <TValue, TIncludedDoc>(ViewQueryResponse <TValue, TIncludedDoc> response) { return(new QueryInfo(response.TotalRows, response.RowCount, response.OffSet, response.UpdateSeq)); }