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<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_FPPoolPrefetchSize(); /** property */ public void set_FPPoolPrefetchSize(Nullable<int> value); |
JScript |
---|
public function get FPPoolPrefetchSize() : Nullable<int> public function set FPPoolPrefetchSize(value : Nullable<int>); |
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