[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the name of the field supplying the unique value to keep the most recent record for.

Namespace: net.esper.view.std
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Property UniqueFieldName As String
C#
public string UniqueFieldName { get; set; }
Visual C++
public:
property String^ UniqueFieldName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the unique field.