MongoSymbolicMemory
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- mongo_connection_string | No | string | No | - | Mongo Connection String |
- mongo_database_name | No | string | No | - | Mongo Database Name |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "MongoSymbolicMemory"
2. Property mongo_connection_string
Title: Mongo Connection String
Type | string |
Required | No |
Default | "mongodb://localhost:27017/?directConnection=true" |
Description: The connection string to the MongoDB instance.
3. Property mongo_database_name
Title: Mongo Database Name
Type | string |
Required | No |
Default | "eidolon" |
Description: The name of the MongoDB database to use.