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<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_CodeModuleCacheMaxFileSpace(); /** property */ public void set_CodeModuleCacheMaxFileSpace(Nullable<int> value); |
JScript |
---|
public function get CodeModuleCacheMaxFileSpace() : Nullable<int> public function set CodeModuleCacheMaxFileSpace(value : Nullable<int>); |
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