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