For Case Analyzer, the number of fact table 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 AnalysisExporterFactCacheSize As Nullable(Of Integer)
C#
Nullable<int> AnalysisExporterFactCacheSize { get; set; }
Visual C++
property Nullable<int> AnalysisExporterFactCacheSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_analysisExporterFactCacheSize();
function set_analysisExporterFactCacheSize(value);

ToggleRemarks

ToggleSee Also