A list of the names and optionally port number of the nodes forming this Elastic Search cluster.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ClusterNodeNames As IStringList
C#
IStringList ClusterNodeNames { get; set; }
Visual C++
property IStringList^ ClusterNodeNames {
	IStringList^ get ();
	void set (IStringList^ value);
}
JavaScript
function get_clusterNodeNames();
function set_clusterNodeNames(value);

ToggleSee Also