Click or drag to resize

CountMinSketchAgentForge Properties

The CountMinSketchAgentForge type exposes the following members.

Properties
  NameDescription
Public propertyAcceptableValueTypes
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.
Top
See Also