[This is preliminary documentation and is subject to change.]
The MongoDBDataStore type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| MongoDBDataStore | Initializes a new instance of the MongoDBDataStore class | |
| MongoDBDataStore(String, String) | Initializes a new instance of the MongoDBDataStore class |
Methods
| Name | Description | |
|---|---|---|
| __setComponentDirector | (Inherited from ApplicationComponent.) | |
| BeginTransaction | ||
| BeginTransactionAsync | ||
| Configure | (Overrides MongoDBDataStoreBase Configure(IConfigSectionNode).) | |
| Delete | ||
| DeleteAsync | ||
| Destructor | (Inherited from ApplicationComponent.) | |
| Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) | |
| DoDelete | ||
| DoInsert | ||
| DoUpdate | ||
| DoUpsert | ||
| EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
| ExecuteWithoutFetch | ||
| ExecuteWithoutFetchAsync | ||
| ExternalGetParameter |
Gets external parameter value returning true if parameter was found
(Inherited from MongoDBDataStoreBase.) | |
| ExternalParametersForGroups |
Returns named parameters that can be used to control this component
(Inherited from MongoDBDataStoreBase.) | |
| ExternalSetParameter |
Sets external parameter value returning true if parameter was found and set
(Inherited from MongoDBDataStoreBase.) | |
| Finalize | (Inherited from DisposableObject.) | |
| GetCollectionName | ||
| GetDatabase |
Gets appropriate database. It does not need to be disposed
(Inherited from MongoDBDataStoreBase.) | |
Serves as the default hash function. (Inherited from | ||
| GetSchema | ||
| GetSchemaAsync | ||
Gets the (Inherited from | ||
| Insert | ||
| InsertAsync | ||
| Load | ||
| LoadAsync | ||
| LoadOneRow | ||
| LoadOneRowAsync | ||
| LoadOneRowset | ||
| LoadOneRowsetAsync | ||
| MakeScriptQueryHandler | ||
Creates a shallow copy of the current (Inherited from | ||
| OpenCursor | ||
| OpenCursorAsync | ||
| Save | ||
| SaveAsync | ||
| TestConnection | (Inherited from MongoDBDataStoreBase.) | |
Returns a string that represents the current object. (Inherited from | ||
| Update | ||
| UpdateAsync | ||
| Upsert | ||
| UpsertAsync |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| SCRIPT_FILE_SUFFIX |
Properties
| Name | Description | |
|---|---|---|
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from ApplicationComponent.) | |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from ApplicationComponent.) | |
| ComponentSID |
Returns process/instance unique app component system id
(Inherited from ApplicationComponent.) | |
| ComponentStartTime |
Returns local computer time of component start (not from application container time)
(Inherited from ApplicationComponent.) | |
| ConnectString |
Get/Sets MongoDB database connection string
(Inherited from MongoDBDataStoreBase.) | |
| Converter | ||
| DatabaseName |
Get/Sets MongoDB database name
(Inherited from MongoDBDataStoreBase.) | |
| Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) | |
| DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) | |
| ExternalParameters |
Returns named parameters that can be used to control this component
(Inherited from MongoDBDataStoreBase.) | |
| InstrumentationEnabled | (Inherited from MongoDBDataStoreBase.) | |
| LogLevel | (Inherited from MongoDBDataStoreBase.) | |
| Name | (Inherited from MongoDBDataStoreBase.) | |
| QueryResolver | ||
| ScriptFileSuffix | ||
| StoreType | ||
| SupportsTransactions | ||
| SupportsTrueAsynchrony | ||
| TargetName | (Inherited from MongoDBDataStoreBase.) |
See Also