Click or drag to resize

CountMinSketchAgentForgeAcceptableValueTypes Property

Returns an array of types that the agent can handle, for validation purposes. For example, an agent that accepts byte-array type values should return "new Class[] {String.class}". Interfaces and supertype classes can also be part of the class array.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Type[] AcceptableValueTypes { get; }

Property Value

Type: Type
class array of acceptable type
See Also