Search documentationEsc

ICosmosClientOptionsProvider

The cosmos client options provider exposes a means of providing

Namespace: Microsoft.Azure.CosmosRepository.Providers
Kind: interface

The cosmos client options provider exposes a means of providing an instance to the configured CosmosClientOptions object, which is shared.

public interface ICosmosClientOptionsProvider

Example

Members

Property

ICosmosClientOptionsProvider.ClientOptions

Gets the configured CosmosClientOptions instance.

CosmosClientOptions ClientOptions { get; }

ReturnsCosmosClientOptions: A CosmosClientOptions instance.