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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CodeModuleCacheMaxFileSpace As Nullable(Of Integer) |
C# |
---|
Nullable<int> CodeModuleCacheMaxFileSpace { get; set; } |
Visual C++ |
---|
property Nullable<int> CodeModuleCacheMaxFileSpace { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_codeModuleCacheMaxFileSpace(); function set_codeModuleCacheMaxFileSpace(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 1024
PropertyMaximumInteger32: 1024 * 10
PropertyMinimumInteger32: 1024
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ