Specifies the maximum number of subscribed events to store in the subscription cache.
If the number of subscribed events exceeds this setting, caching is not used except to maintain
a count by event that can avoid a query if no subscriptions exist for an event.
If the size is set to 0, caching is disabled.
Namespace:
FileNet.Api.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SubscriptionCacheMaxEntries As Nullable(Of Integer) |
C# |
---|
Nullable<int> SubscriptionCacheMaxEntries { get; set; } |
Visual C++ |
---|
property Nullable<int> SubscriptionCacheMaxEntries { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_subscriptionCacheMaxEntries(); function set_subscriptionCacheMaxEntries(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: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ