Maximum number of inbound file names to keep in an LRU cache (default 2K).
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property InboundFileNameCacheMaxEntries As Nullable(Of Integer) |
C# |
---|
Nullable<int> InboundFileNameCacheMaxEntries { get; set; } |
Visual C++ |
---|
property Nullable<int> InboundFileNameCacheMaxEntries { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_inboundFileNameCacheMaxEntries(); function set_inboundFileNameCacheMaxEntries(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: 2048
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ