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)

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<doublevalue);
}
J#
/** property */
public Nullable<double> get_MaximumContentElements();

/** property */
public void set_MaximumContentElements(Nullable<doublevalue);
JScript
public function get MaximumContentElements() : Nullable<double>

public function set MaximumContentElements(value : Nullable<double>);

Remarks

See Also