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 ICosmosClientOptionsProviderExample
Members
Property
ICosmosClientOptionsProvider.ClientOptions
Gets the configured CosmosClientOptions instance.
CosmosClientOptions ClientOptions { get; }Returns — CosmosClientOptions: A CosmosClientOptions instance.