IMongoDBDataSourceWizardState Interface
Defines the structure for storing the MongoDB Data Source Wizard’s state.
Declaration
export interface IMongoDBDataSourceWizardState
Remarks
The IMongoDBDataSourceWizardState interface tracks connection settings and configuration options while creating a MongoDB data source in the wizard.
Properties
collections Property
Specifies collections of the MongoDB data source.
Declaration
collections?: string[]
Property Value
| Type | Description |
|---|---|
| string[] | Collections of the MongoDB data source. |
connectionJson Property
Specifies serialized MongoDB connection settings.
Declaration
connectionJson?: string
Property Value
| Type | Description |
|---|---|
| string | The JSON representation of MongoDB connection settings. |
dataSourceName Property
Specifies the name of the MongoDB data source.
Declaration
dataSourceName?: string
Property Value
| Type | Description |
|---|---|
| string | The data source name. |
queries Property
Specifies MongoDB data source queries.
Declaration
queries?: string[]
Property Value
| Type | Description |
|---|---|
| string[] | The collection of queries. |