Click or drag to resize

ConfigurationCommonEventTypeXMLDOMIsAutoFragment Property

Set to true (the default) to look up or create event types representing fragments of an XML document automatically upon request for fragment event type information; Or false when only explicit properties may return fragments.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsAutoFragment { get; set; }

Property Value

Type: Boolean
indicator whether to allow splitting-up (fragmenting) properties (nodes) in an document
See Also