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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 32768
PropertyMaximumInteger32: 1048576
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ