Click or drag to resize

ContextDescriptorKeyedSegmentedItem Class

Context detail for a key-filter pair for the keyed segmented context.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaContextDescriptorKeyedSegmentedItem

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ContextDescriptorKeyedSegmentedItem : ContextDescriptor

The ContextDescriptorKeyedSegmentedItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFilter
Returns the filter.
Public propertyPropertyNames
Returns the property names.
Public propertyStreamName
Returns the stream name.
Top
Methods
  NameDescription
Public methodToEPL
Public methodWithFilter
Sets the filter.
Public methodWithPropertyNames
Public methodWithStreamName
Sets the stream name.
Top
See Also