The maximum size of all content elements designated for this storage area (in kilobytes).

For a content cache area, new content can be added to a cache only if the size-of-content-elements statistic (the ContentElementKBytes 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 MaximumSizeKBytes As Nullable(Of Double)
C#
Nullable<double> MaximumSizeKBytes { get; set; }
C++
property Nullable<double> MaximumSizeKBytes abstract  {
    Nullable<double> get();
    void set(Nullable<doublevalue);
}
J#
/** property */
public Nullable<double> get_MaximumSizeKBytes();

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

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

Remarks

See Also