 | ProjectedStreamIsUnidirectional Property |
Returns true if the stream as unidirectional, for use in unidirectional joins.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsUnidirectional { get; set; }
Return Value
Type:
Booleantrue for unidirectional stream, applicable only for joins
See Also