Connection options for MarkLogicStore.
MarkLogicStore
host/port/user/password/authType are passed to createDatabaseClient. When a pre-built client is supplied (e.g. in tests), connect() uses it directly and skips loading the marklogic driver; queryBuilder may likewise be injected.
host
port
user
password
authType
createDatabaseClient
client
connect()
marklogic
queryBuilder
Optional
A pre-built MarkLogic client to use instead of the driver.
A pre-built queryBuilder to use instead of the driver.
Connection options for
MarkLogicStore.host/port/user/password/authTypeare passed tocreateDatabaseClient. When a pre-builtclientis supplied (e.g. in tests),connect()uses it directly and skips loading themarklogicdriver;queryBuildermay likewise be injected.