Specifies the maximum number of entries allowed in the security descriptor cache for a given object store.
When the maximum number is exceeded, the least recently used security descriptor
elements are removed to allow more recently used elements to be cached.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property SecurityDescCacheMaxEntries As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> SecurityDescCacheMaxEntries { get; set; } |
| Visual C++ |
|---|
property Nullable<int> SecurityDescCacheMaxEntries { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_securityDescCacheMaxEntries(); function set_securityDescCacheMaxEntries(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: 8192
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 256
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ