For Case Analyzer, the number of dimension rows to cache in memory for each analysis exporter. In IBM Content Foundation, Case Analyzer is not supported, and this property is ignored.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also