...

Text file src/go.mongodb.org/mongo-driver/testdata/client-side-encryption-prose/range-encryptedFields-Int.json

Documentation: go.mongodb.org/mongo-driver/testdata/client-side-encryption-prose

     1{
     2  "fields": [
     3    {
     4      "keyId": {
     5        "$binary": {
     6          "base64": "EjRWeBI0mHYSNBI0VniQEg==",
     7          "subType": "04"
     8        }
     9      },
    10      "path": "encryptedInt",
    11      "bsonType": "int",
    12      "queries": {
    13        "queryType": "rangePreview",
    14        "contention": {
    15          "$numberLong": "0"
    16        },
    17        "sparsity": {
    18          "$numberLong": "1"
    19        },
    20        "min": {
    21          "$numberInt": "0"
    22        },
    23        "max": {
    24          "$numberInt": "200"
    25        }
    26      }
    27    }
    28  ]
    29}

View as plain text