Table of Contents

Class MongoDbTypeLocator

Namespace
Steeltoe.Connector.MongoDb
Assembly
Steeltoe.Bootstrap.Autoconfig.dll

Assemblies and types used for interacting with MongoDB

public static class MongoDbTypeLocator
Inheritance
MongoDbTypeLocator
Inherited Members

Properties

Assemblies

Gets a list of supported MongoDB assemblies

public static string[] Assemblies { get; }

Property Value

string[]

ConnectionInterfaceTypeNames

Gets a list of supported MongoDB client interface types

public static string[] ConnectionInterfaceTypeNames { get; }

Property Value

string[]

ConnectionTypeNames

Gets a list of supported MongoDB client types

public static string[] ConnectionTypeNames { get; }

Property Value

string[]

IMongoClient

Gets IMongoClient from MongoDB Library

public static Type IMongoClient { get; }

Property Value

Type

Exceptions

ConnectorException

When type is not found

ListDatabasesMethod

Gets a method that lists databases available in a MongoClient

public static MethodInfo ListDatabasesMethod { get; }

Property Value

MethodInfo

MongoClient

Gets MongoClient from MongoDB Library

public static Type MongoClient { get; }

Property Value

Type

Exceptions

ConnectorException

When type is not found

MongoConnectionInfo

Gets the class used for describing MongoDB connection information

public static string[] MongoConnectionInfo { get; }

Property Value

string[]

MongoUrl

Gets MongoUrl from MongoDB Library

public static Type MongoUrl { get; }

Property Value

Type

Exceptions

ConnectorException

When type is not found