Click or drag to resize

AuditEnum Class

Enumeration of audit values. Since audits may be a comma-separate list in a single @Audit annotation they are listed as enumeration values here.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.annotationAuditEnum

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class AuditEnum

The AuditEnum type exposes the following members.

Properties
  NameDescription
Public propertyPrettyPrintText
Returns text used for the category of the audit log item.
Public propertyValue
Returns the constant.
Top
Methods
  NameDescription
Public methodGetAudit
Check if the hint is present in the annotations provided.
Top
Fields
  NameDescription
Public fieldStatic memberCONTEXTPARTITION
For use with insert-into audit.
Public fieldStatic memberDATAFLOW_OP
For use with data flow (non-source and source) operators.
Public fieldStatic memberDATAFLOW_SOURCE
For use with data flow source operators.
Public fieldStatic memberDATAFLOW_TRANSITION
For use with data flows specifically for transitions.
Public fieldStatic memberEXPRDEF
For use with expression-definition audit.
Public fieldStatic memberEXPRESSION
For use with expression audit.
Public fieldStatic memberEXPRESSION_NESTED
For use with expression audit.
Public fieldStatic memberINSERT
For use with insert-into audit.
Public fieldStatic memberPATTERN
For use with pattern audit.
Public fieldStatic memberPATTERNINSTANCES
For use with pattern audit.
Public fieldStatic memberPROPERTY
For use with property audit.
Public fieldStatic memberSCHEDULE
For use with schedule-audit.
Public fieldStatic memberSTREAM
For use with stream-audit.
Public fieldStatic memberVIEW
For use with view audit.
Top
See Also