Specifies the maximum file space (in MB) to allocate for code module cache entries that overflow from memory to disk. The default value is 10 GB.


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

Syntax

Visual Basic (Declaration)
Property CodeModuleCacheMaxFileSpace As Nullable(Of Integer)
C#
Nullable<int> CodeModuleCacheMaxFileSpace { get; set; }
C++
property Nullable<int> CodeModuleCacheMaxFileSpace abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_CodeModuleCacheMaxFileSpace();

/** property */
public void set_CodeModuleCacheMaxFileSpace(Nullable<intvalue);
JScript
public function get CodeModuleCacheMaxFileSpace() : Nullable<int>

public function set CodeModuleCacheMaxFileSpace(value : Nullable<int>);

Remarks

See Also