The maximum number of entries to include in the cache that maps security identifiers (SIDs) to GUIDs.
This cache is maintained in a table that contains mappings between the SIDs of security
principals and a locally generated GUID. The mappings are used by the server to allow object-valued
properties to reference User and Group objects.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property SecurityIdMappingCacheMaxEntries As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> SecurityIdMappingCacheMaxEntries { get; set; } |
| Visual C++ |
|---|
property Nullable<int> SecurityIdMappingCacheMaxEntries { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_securityIdMappingCacheMaxEntries(); function set_securityIdMappingCacheMaxEntries(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