FireDAC.Phys.MongoDBWrapper.TMongoCollection 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.
DBpublicName of the database that contains the collection.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
DocsInsertedpublicNumber of documents inserted into the collection during the last insert or bulk operation.
DocsMatchedpublicNumber of documents of the collection matched during the last update or bulk operation.
DocsModifiedpublicNumber of documents of the collection modified during the last update or bulk operation.
DocsRemovedpublicNumber of documents of the collection deleted during the last remove or bulk operation.
DocsUpsertedpublicNumber of documents inserted into the collection during the last update or bulk operation.
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.
IsBulkpublicIndicates whether you are in the middle of a bulk operation (True) or not (False).
LastErrorpublicDocument that describes the error status of the last write operation submitted to the database from this instance of TMongoCollection.
LastIDpublicObject ID of the last document that you insert into the collection.
NamepublicName of the collection.
NSpublicNamespace of the collection.
OwningObjpublicRead-only. Returns a reference to an object that owns this object.
ReadPreferencepublicSettings that determine how your collection routes read operations to members of a replica set.
WriteConcernpublicSettings that determine how the write operations of your collection affect members of a replica set.