Click or drag to resize

EPStatementAnnotations Property

Returns statement annotations.

See the annotation package for available annotations. Application can define their own annotations.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
Attribute[] Annotations { get; }

Return Value

Type: Attribute
annotations or a zero-length array if no annotations have been specified.
See Also