Specifies the size of the prefetch buffer. (The buffer is used to assist in determining the size of the blob.) The default size is 32 KB.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property FPPoolPrefetchSize As Nullable(Of Integer)
C#
Nullable<int> FPPoolPrefetchSize { get; set; }
Visual C++
property Nullable<int> FPPoolPrefetchSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_fpPoolPrefetchSize();
function set_fpPoolPrefetchSize(value);

ToggleRemarks

ToggleSee Also