In addition to setting this property in the ContentConfiguration class, you must also set a JVM argument on your Content Platform Engine client application: FileNet.Content.GetBlockSizeKB. By default, this JVM argument is set to 1 MB. The Maximum value allowed is 10 MB. Note that the server-enforced limit set by the InlineContentRetrievalLimit property takes precedence, so if you set the JVM argument to a value that is larger than the value for the InlineContentRetrievalLimit property, the JVM value is ignored.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property InlineContentRetrievalLimit As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> InlineContentRetrievalLimit { get; set; } |
| Visual C++ |
|---|
property Nullable<int> InlineContentRetrievalLimit { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_inlineContentRetrievalLimit(); function set_inlineContentRetrievalLimit(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 1024
PropertyMaximumInteger32: 1024 * 10
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ