Specifies the maximum size threshold in bytes for embedding content in the C-Clip. By default this
value is zero (content is never embedded). The maximum value for this parameter is 102400 (bytes).
If a greater value is supplied, it will be reduced to 102400 internally by the Centera provider.
Note that this limit is per content element. The overall size of embedded data can exceed this limit
if multiple content elements are embedded in a single Clip (up to the maximum size of the C-Clip).
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property EmbeddedDataThreshold As Nullable(Of Integer) |
C# |
---|
Nullable<int> EmbeddedDataThreshold { get; set; } |
Visual C++ |
---|
property Nullable<int> EmbeddedDataThreshold {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_embeddedDataThreshold();
function set_embeddedDataThreshold(value); |