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; } |
C++ |
---|
property Nullable<int> SecurityDescCacheMaxEntries abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_SecurityDescCacheMaxEntries(); /** property */ public void set_SecurityDescCacheMaxEntries(Nullable<int> value); |
JScript |
---|
public function get SecurityDescCacheMaxEntries() : Nullable<int> public function set SecurityDescCacheMaxEntries(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: 8192
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 256
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ