コード例 #1
0
 /// <inheritdoc />
 public virtual Task <long> EstimatedDocumentCountAsync(EstimatedDocumentCountOptions options = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public override Task <long> EstimatedDocumentCountAsync(EstimatedDocumentCountOptions options = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     throw new NotSupportedException("EstimatedDocumentCountAsync is not supported for filtered collections.");
 }