Click or drag to resize

ContextDescriptorHashSegmentedIsPreallocate Property

Returns flag indicating whether to allocate context partitions upon statement creation, or only when actually referred to

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsPreallocate { get; set; }

Property Value

Type: Boolean
preallocation flag
See Also