Skip to main content

CreateDocDB

Create a document database (DocDB) application definition.

Synopsis

[Actions]
CreateDocDB:Name=DocDBName,Namespace=Namespace[,Additional Properties]

Description

CreateDocDB defines a document database application definition. InterSystems IRIS® creates that document database application definition when processing the [Actions] section during a configuration merge. You can specify any possible property for a document database application definition in the CreateDocDB definition. During the merge, InterSystems IRIS runs Security.DocDBs.Create()Opens in a new tab to create the document database application definition defined by CreateDocDB. Only the Name and Namespace 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 Document Database Applications for more details on document database applications.

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

FeedbackOpens in a new tab