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)
Visual Basic (Declaration) |
---|
Property MaximumSizeKBytes As Nullable(Of Double) |
C# |
---|
Nullable<double> MaximumSizeKBytes { get; set; } |
Visual C++ |
---|
property Nullable<double> MaximumSizeKBytes {
Nullable<double> get ();
void set (Nullable<double> value);
} |
JavaScript |
---|
function get_maximumSizeKBytes();
function set_maximumSizeKBytes(value); |