The maximum number of content elements designated for this storage area.
For a content cache area, new content can be added to a cache only if the
number-of-content-elements statistic (the ContentElementCount 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)
Visual Basic (Declaration) |
---|
Property MaximumContentElements As Nullable(Of Double) |
C# |
---|
Nullable<double> MaximumContentElements { get; set; } |
Visual C++ |
---|
property Nullable<double> MaximumContentElements {
Nullable<double> get ();
void set (Nullable<double> value);
} |
JavaScript |
---|
function get_maximumContentElements();
function set_maximumContentElements(value); |