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

MaxDocuments is Int64

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • 1.8
    • 1.7
    • None
    • None
    • C#Dirver 1.71

    Description

      When the MaxDocument of Collection is huge,over Int32,there will be a Error
      /// <summary>
      /// Gets the index count.
      /// </summary>
      public long MaxDocuments
      {
      get

      { return Response.GetValue("max", 0).ToInt32(); }

      }

      Attachments

        Activity

          People

            robert@mongodb.com Robert Stam
            magicdict ???
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: