The number of shards per index in this index area.

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

ToggleSyntax

Visual Basic (Declaration)
Property IndexShards As Nullable(Of Integer)
C#
Nullable<int> IndexShards { get; set; }
Visual C++
property Nullable<int> IndexShards {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_indexShards();
function set_indexShards(value);

ToggleSee Also