Support Aggregation Operator to generate random object ids

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 3.8.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Hide

      DRIVERS-3228:
      Summary of necessary driver changes

      •  Add support for the $createObjectId operator.
      Show
      DRIVERS-3228: Summary of necessary driver changes  Add support for the $createObjectId operator.
    • None
    • Fully Compatible
    • Needed
    • Hide

      New method Mql.CreateObjectId was implemented for usage in LINQ expression, which is translated to $createObjectId operation. Code example:

      queryable = coll.AsQueryable().Select(d => new { NewId = Mql.CreateObjectId() });
      
      Show
      New method Mql.CreateObjectId was implemented for usage in LINQ expression, which is translated to $createObjectId operation. Code example: queryable = coll.AsQueryable().Select(d => new { NewId = Mql.CreateObjectId() });
    • None
    • None
    • None
    • None
    • None
    • None

      This ticket was split from DRIVERS-3228, please see that ticket for a detailed description.

            Assignee:
            Oleksandr Poliakov
            Reporter:
            TPM Jira Automations Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: