FireDAC.Phys.MongoDBWrapper.TMongoConnection.ServerVersion
Delphi
property ServerVersion: TFDVersion read GetServerVersion;
C++
__property __int64 ServerVersion = {read=GetServerVersion};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp | FireDAC.Phys.MongoDBWrapper | TMongoConnection | 
Description
Version of the MongoDB server.
If the response of your MongoDB server to the buildInfo database command does not include a "version" field, ServerVersion is 0.