The password or other credential used to authenticate with the Elastic Search cluster.

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

ToggleSyntax

Visual Basic (Declaration)
Property ElasticSearchCredential As Byte()
C#
byte[] ElasticSearchCredential { get; set; }
Visual C++
property array<unsigned char>^ ElasticSearchCredential {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_elasticSearchCredential();
function set_elasticSearchCredential(value);

ToggleSee Also