Click or drag to resize

CreateIndexClauseIsUnique Property

Gets or sets a value indicating whether this instance is unique.

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

Property Value

Type: Boolean
true if this instance is unique; otherwise, false.
See Also