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