Table of Contents

Class CosmosDbOptions

Namespace
Steeltoe.Connectors.CosmosDb
Assembly
Steeltoe.Connectors.dll

Provides configuration settings to connect to a data source.

public sealed class CosmosDbOptions : ConnectionStringOptions
Inheritance
CosmosDbOptions
Inherited Members

Properties

Database

Gets or sets the name of the CosmosDB database.

public string? Database { get; set; }

Property Value

string