MongoDB .NET/C# Driver API Reference | MongoDB CSharp Driver API Reference (original) (raw)
MongoDB.Bson Namespaces
The MongoDB.Bson top level namespace and its child namespaces contain the classes for managing BSON data. The top level MongoDB.Bson namespace contains the classes that represent all the basic BSON Types.
The MongoDB.Bson.IO namespace contains the types that allow reading and writing of BSON data.
The MongoDB.Bson.Serialization namespace contains the types used in the serialization and deserialization of BSON data. It also contains the base interfaces to be implemented by the actual serializers.
MongoDB.Bson.Serialization.Attributes
The MongoDB.Bson.Serialization.Attributes namespace contains the Attributes used to control BSON serialization/deserialization.
MongoDB.Bson.Serialization.Conventions
The various conventions used during serialization/deserialization of BSON data are represented by the types in the MongoDB.Bson.Serialization.Conventions namespace.
MongoDB.Bson.Serialization.IdGenerators
The various id generators used in the serialization/deserialization of BSON data are represented in this namespace.
MongoDB.Bson.Serialization.Options
The MongoDB.Bson.Serialization.Options namespace contains the classes that represent the serialization options for specific types such as DateTime, Document etc.
MongoDB.Bson.Serialization.Serializers
The MongoDB.Bson.Serialization.Serializers namespace contains the serializers for the various BSON and base .Net types
MongoDB.Driver Namespaces
The MongoDB.Driver namespace contains all the basic types and classes that compose the MongoDB driver. It contains the classes needed for most interactions with the database.
MongoDB.Driver.GeoJsonObjectModel
Classes used to build GeoJson objects in a type-safe manner.
MongoDB.Driver.GeoJsonObjectModel
Classes used to build GeoJson objects in a type-safe manner.
MongoDB.Driver.GeoJsonObjectModel.Serializers
GeoJson object model serializers.
The classes used to interact with MongoDB GridFS are part of the MongoDB.Driver.GridFS namespace.
The MongoDB.Driver.Linq namespace contains the LINQ related classes.
The MongoDB.Driver.Search namespace contains the Atlas Search related classes.
The MongoDB.Driver.Core.Bindings namespace contains classes related to bindings.
The MongoDB.Driver.Core.Clusters namespace contains classes related to clusters.
MongoDB.Driver.Core.Clusters.ServerSelectors
The MongoDB.Driver.Core.Clusters.ServerSelectors namespace contains classes related to server selectors.
MongoDB.Driver.Core.Compression
The MongoDB.Driver.Core.Compression namespace contains classes related to compression.
MongoDB.Driver.Core.Configuration
The MongoDB.Driver.Core.Configuration namespace contains classes related to configuration.
MongoDB.Driver.Core.Connections
The MongoDB.Driver.Core.Connections namespace contains classes related to connections.
The MongoDB.Driver.Core.Events namespace contains classes related to events.
MongoDB.Driver.Core.Events.Diagnostics
The MongoDB.Driver.Core.Events.Diagnostics namespace contains classes related to diagnostics.
The MongoDB.Driver.Core.Misc namespace contains miscellaneous classes.
The MongoDB.Driver.Core.Servers namespace contains classes related to servers.
MongoDB.Driver.Core.WireProtocol
The MongoDB.Driver.Core.WireProtocol namespace contains classes related to the wire protocol.
MongoDB.Driver.Authentication.AWS Namespaces
MongoDB.Driver.Authentication.AWS
The MongoDB.Driver.Authentication.AWS namespace contains classes related to AWS authentication.
MongoDB.Driver.Encryption Namespaces
The MongoDB.Driver.Encryption namespace contains all the basic types and classes related to client-side encryption.