MarkLogic XDBC.NET Library

XdmpErrorCorrection Enumeration

An enumeration of error correction behavior when inserting documents into CIS

[Visual Basic]
Public Enum XdmpErrorCorrection
[C#]
public enum XdmpErrorCorrection

Members

Member NameDescription
None Document insert error correction level: indicates that an error is signaled by the MarkCIS server if a non- well-formed document is loaded.
Full Document insert error correction level: indicates that the MarkCIS server attempts to insert missing tags and ignore extraneous tags if necessary to make the loaded document be well-formed.

Requirements

Namespace: MarkLogic.Xdmp

Assembly: MarkLogicXdbc (in MarkLogicXdbc.dll)

See Also

MarkLogic.Xdmp Namespace