Ejemplo n.º 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));
 }
Ejemplo n.º 2
0
 protected virtual QueryInfo CreateQueryInfoFrom <TValue, TIncludedDoc>(ViewQueryResponse <TValue, TIncludedDoc> response)
 {
     return(new QueryInfo(response.TotalRows, response.RowCount, response.OffSet, response.UpdateSeq));
 }