FireDAC.Phys.MongoDBWrapper.TMongoConnection Properties
InheritedProtected
| BLib | public | Read-only. Returns a reference to BSON library object. |
| CLib | public | Read-only. Returns a reference to MongoDB C driver library object. |
| Collections | public | Collection with the specified name located in the specified database of the MongoDB server. |
| Databases | public | Database of the MongoDB server that has the specified name. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Env | public | Read-only. Returns a reference to the MongoDB API environment object. |
| Error | public | Read-only. Returns a reference to the error handling object. |
| Handle | public | Gets and sets the MongoDB API handle. |
| max_bson_size | public | Maximum size that the MongoDB server allows for a single BSON document, in bytes. |
| max_message_size | public | Maximum size that the MongoDB server allows for client requests, in bytes. |
| OwningObj | public | Read-only. Returns a reference to an object that owns this object. |
| ReadPreference | public | Settings that determine how your instance of TMongoConnection routes read operations to members of a replica set. |
| ServerVersion | public | Version of the MongoDB server. |
| URI | public | URI of the MongoDB server. |
| WriteConcern | public | Settings that determine how the write operations of your instance of TMongoConnection affect members of a replica set. |