Class CosmosDbOptions
Provides configuration settings to connect to a data source.
Inherited Members
Namespace: Steeltoe.Connectors.CosmosDb
Assembly: Steeltoe.Connectors.dll
Syntax
public sealed class CosmosDbOptions : ConnectionStringOptions
Properties
| Edit this page View SourceDatabase
Gets or sets the name of the CosmosDB database.
Declaration
public string? Database { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |