Class MongoDbTypeLocator
Assemblies and types used for interacting with MongoDB
Inheritance
System.Object
MongoDbTypeLocator
Namespace: Steeltoe.Connector.MongoDb
Assembly: Steeltoe.Bootstrap.Autoconfig.dll
Syntax
public static class MongoDbTypeLocator : object
Properties
| Edit this page View SourceAssemblies
Gets a list of supported MongoDB assemblies
Declaration
public static string[] Assemblies { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ConnectionInterfaceTypeNames
Gets a list of supported MongoDB client interface types
Declaration
public static string[] ConnectionInterfaceTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ConnectionTypeNames
Gets a list of supported MongoDB client types
Declaration
public static string[] ConnectionTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
IMongoClient
Gets IMongoClient from MongoDB Library
Declaration
public static Type IMongoClient { get; }
Property Value
Type | Description |
---|---|
Type |
ListDatabasesMethod
Gets a method that lists databases available in a MongoClient
Declaration
public static MethodInfo ListDatabasesMethod { get; }
Property Value
Type | Description |
---|---|
MethodInfo |
MongoClient
Gets MongoClient from MongoDB Library
Declaration
public static Type MongoClient { get; }
Property Value
Type | Description |
---|---|
Type |
MongoConnectionInfo
Gets the class used for describing MongoDB connection information
Declaration
public static string[] MongoConnectionInfo { get; }
Property Value
Type | Description |
---|---|
System.String[] |
MongoUrl
Gets MongoUrl from MongoDB Library
Declaration
public static Type MongoUrl { get; }
Property Value
Type | Description |
---|---|
Type |