[This is preliminary documentation and is subject to change.]
The central facade for working with MongoDB. The technology was tested against Mongo DB 3.0.6.
The NFX MongoDB connector is purposely created for specific needs. It does not support: Mongo security, sharding and replication
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.DataAccess.MongoDB.Connector MongoClientNamespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class MongoClient : ApplicationComponent,
IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationFinishNotifiable, INamed
public sealed class MongoClient : ApplicationComponent,
IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationFinishNotifiable, INamed
Public NotInheritable Class MongoClient
Inherits ApplicationComponent
Implements IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationFinishNotifiable,
INamed
Public NotInheritable Class MongoClient
Inherits ApplicationComponent
Implements IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationFinishNotifiable,
INamed
public ref class MongoClient sealed : public ApplicationComponent,
IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationFinishNotifiable, INamed
public ref class MongoClient sealed : public ApplicationComponent,
IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationFinishNotifiable, INamed
[<SealedAttribute>]
type MongoClient =
class
inherit ApplicationComponent
interface IConfigurable
interface IInstrumentable
interface IExternallyParameterized
interface IApplicationFinishNotifiable
interface INamed
end
[<SealedAttribute>]
type MongoClient =
class
inherit ApplicationComponent
interface IConfigurable
interface IInstrumentable
interface IExternallyParameterized
interface IApplicationFinishNotifiable
interface INamed
end