Click or drag to resize

MetadataOriginEnumSAMPLE Field

Obtain output column metadata by executing a sample query statement at statement compilation time. The sample statement returns the same columns as the statement executed during event processing. See the documentation for the generation or specication of the sample query statement.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public const MetadataOriginEnum SAMPLE = 2

Field Value

Type: MetadataOriginEnum
See Also