Initialize Storage
The Initialize Storage component allows you to initialize the Content Store. It takes an object with indexes and names for the indexes as configuration.
Configuration
Display Settings
Connection string
A MongoDB connection string.
Example: mongodb://<username>:<password>@localhost:27017/<databaseName>
Here <databaseName>
is the database to add indexes.
JSON file that lists the indexes. The key of every object represents the name of the index and the parameters of each object are the indexes.
{
"auditLogs": {
"auditLogs": 1
},
"versionInfo": {
"major": -1,
"minor": -1
}
}
Inputs | Outputs
Any message for this input is acceptable.