Skip to main content

CreateDocDB

Create a document database (DocDB).

Synopsis

[Actions]	CreateDocDB:Name=DocDBName,Enabled=n[,Additional Properties]

Where n is either 0 for disabled or 1 for enabled. Default is 1.

Description

CreateDocDB defines a document database. InterSystems IRIS® creates that document database when processing the [Actions] section during a configuration merge. You can specify any possible document database properties in the CreateDocDB definition. During the merge, InterSystems IRIS runs Security.DocDBs.Create()Opens in a new tab to create the document database defined by CreateDocDB. Only the Name and Enabled properties are required; the complete list of properties is available in the class reference.

Changing this Operation

This operation is designed to be used during a configuration merge. You can change CreateDocDB by editing the merge file in a text editor (as described in Editing the Active CPF).

See Introduction to Document Database for more details on document databases.

FeedbackOpens in a new tab