type
Bson.value
=
Variant
  •    
    { 
    float
     
    Double
     }
  • or 
    { 
    string
     
    String
     }
  • or 
    { 
    Bson.document
     
    Document
     }
  • or 
    { 
     }
  • or 
    { 
    binary
     
    Binary
     }
  • or 
    { 
    binary
     
    ObjectID
     }
  • or 
    { 
    bool
     
    Boolean
     }
  • or 
    { 
     }
  • or 
    { 
    void
     
    Null
     }
  • or 
    { 
    (
    string
    , 
    string
    )
     
    Regexp
     }
  • or 
    { 
    string
     
    Code
     }
  • or 
    { 
    string
     
    Symbol
     }
  • or 
    { 
    (
    string
    , 
    Bson.document
    )
     
    CodeScope
     }
  • or 
    { 
    int
     
    Int32
     }
  • or 
    { 
    int32
     
    RealInt32
     }
  • or 
    { 
    (
    int
    , 
    int
    )
     
    Timestamp
     }
  • or 
    { 
    int
     
    Int64
     }
  • or 
    { 
    int64
     
    RealInt64
     }
  • or 
    { 
    void
     
    Min
     }
  • or 
    { 
    void
     
    Max
     }
A BSON value encapsulates the types used by MongoDB.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.