Allows you to configure database options while the server is running.
http://12.3.4.56:9001/DREDBSETOPTIONS?DREDBName=Sport&Internal=true&ReadOnly=true
This action uses port 9001
to update the configuration for the Sport
database in IDOL Server to be Internal
and ReadOnly
.
Parameter | Description | Required |
---|---|---|
DREDbName | The database to update. | Yes |
IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. | |
IndexUID | An identification code for any document tracking events. | |
Internal | Whether to make the database internal. | |
NewName | The new name of the database. | |
Priority | The priority for the index job. | |
ReadOnly | Whether to make the database read-only. |
|