Click or drag to resize

HintAttribute Class

Annotation for providing a statement execution hint.

Hints are providing instructions that can change latency, throughput or memory requirements of a statement.

Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationHintAttribute

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

The HintAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHintAttribute
Initializes a new instance of the HintAttribute class.
Public methodHintAttribute(String, String, AppliesTo)
Initializes a new instance of the HintAttribute class.
Top
Properties
  NameDescription
Public propertyApplies
Public propertyModel
Public propertyValue
Hint Keyword(s), comma-separated.
Top
Methods
  NameDescription
Public methodToString
Top
See Also