FireDAC.Phys.MongoDBWrapper.TMongoCollection.Statistics
Delphi
function Statistics(AOptions: TMongoDocument): TMongoDocument;
C++
TMongoDocument* __fastcall Statistics(TMongoDocument* AOptions);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp | FireDAC.Phys.MongoDBWrapper | TMongoCollection | 
Description
Returns a document that contains statistics about the collection.
Use the AOptions document to determine which statistics to obtain. See the MongoDB API documentation for a list of fields and values that you can include in your options document.