Class CosmosDbTypeLocator
Assemblies and types used for interacting with CosmosDbDB
public static class CosmosDbTypeLocator
- Inheritance
-
CosmosDbTypeLocator
- Inherited Members
Properties
Assemblies
Gets a list of supported CosmosDbDB assemblies
public static string[] Assemblies { get; }
Property Value
- string[]
ClientOptionsTypeNames
public static string[] ClientOptionsTypeNames { get; }
Property Value
- string[]
ConnectionTypeNames
Gets a list of supported CosmosDbDB client types
public static string[] ConnectionTypeNames { get; }
Property Value
- string[]
CosmosClient
Gets CosmosDbClient from CosmosDbDB Library
public static Type CosmosClient { get; }
Property Value
Exceptions
- ConnectorException
When type is not found
CosmosClientOptions
public static Type CosmosClientOptions { get; }