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)

Syntax

Visual Basic (Declaration)
Property FPPoolPrefetchSize As Nullable(Of Integer)
C#
Nullable<int> FPPoolPrefetchSize { get; set; }
C++
property Nullable<int> FPPoolPrefetchSize abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_FPPoolPrefetchSize();

/** property */
public void set_FPPoolPrefetchSize(Nullable<intvalue);
JScript
public function get FPPoolPrefetchSize() : Nullable<int>

public function set FPPoolPrefetchSize(value : Nullable<int>);

Remarks

See Also