Table of Contents

Class CosmosDbTypeLocator

Namespace
Steeltoe.CloudFoundry.Connector.CosmosDb
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll

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

Type

Exceptions

ConnectorException

When type is not found

CosmosClientOptions

public static Type CosmosClientOptions { get; }

Property Value

Type