Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-673

Support setting the cursor batch size when using LINQ queries

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.7
    • Component/s: Linq
    • Labels:
      None

      Support setting the cursor batch size when using LINQ queries. A possible syntax (subject to revision) could be:

      var query = collection.AsQueryable().Where(x => x.Y > 0).WithBatchSize(100);
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: