FireDAC.Phys.MongoDBWrapper.TMongoConnection Properties

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
BLibpublicRead-only. Returns a reference to BSON library object.
CLibpublicRead-only. Returns a reference to MongoDB C driver library object.
CollectionspublicCollection with the specified name located in the specified database of the MongoDB server.
DatabasespublicDatabase of the MongoDB server that has the specified name.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnvpublicRead-only. Returns a reference to the MongoDB API environment object.
ErrorpublicRead-only. Returns a reference to the error handling object.
HandlepublicGets and sets the MongoDB API handle.
max_bson_sizepublicMaximum size that the MongoDB server allows for a single BSON document, in bytes.
max_message_sizepublicMaximum size that the MongoDB server allows for client requests, in bytes.
OwningObjpublicRead-only. Returns a reference to an object that owns this object.
ReadPreferencepublicSettings that determine how your instance of TMongoConnection routes read operations to members of a replica set.
ServerVersionpublicVersion of the MongoDB server.
URIpublicURI of the MongoDB server.
WriteConcernpublicSettings that determine how the write operations of your instance of TMongoConnection affect members of a replica set.