The maximum number of content elements designated for this storage area.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
For a content cache area, new content can be added to a cache only if the number-of-content-elements statistic (the
property) is less than this maximum. (This maximum might be slightly exceeded, as statistics are managed on a delayed basis, and multiple servers can be adding content.) The value for this property must be greater than or equal to 1.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaximumContentElements As Nullable(Of Double) |
C# |
---|
Nullable<double> MaximumContentElements { get; set; } |
C++ |
---|
property Nullable<double> MaximumContentElements abstract { Nullable<double> get(); void set(Nullable<double> value); } |
J# |
---|
/** property */ public Nullable<double> get_MaximumContentElements(); /** property */ public void set_MaximumContentElements(Nullable<double> value); |
JScript |
---|
public function get MaximumContentElements() : Nullable<double> public function set MaximumContentElements(value : Nullable<double>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: DOUBLE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ