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

Fix zstandard key in compression documentation

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Documentation
    • Labels:
      None

      This documentation https://mongodb.github.io/mongo-csharp-driver/2.11/reference/driver/crud/compression/ contains wrong key for zstandard compression here:

      new CompressorConfiguration(CompressorType.Zstd)
      

      it should be:

      new CompressorConfiguration(CompressorType.ZStandard)
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            dmitry.lukyanov@mongodb.com Dmitry Lukyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: