FireDAC.Phys.IBBase.TFDIBRestore.PageBuffers

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBRestore

Delphi

property PageBuffers: LongWord read FPageBuffers write FPageBuffers default 0;

C++

__property System::LongWord PageBuffers = {read=FPageBuffers, write=FPageBuffers, default=0};

Description

Specifies the number of default cache buffers for a restored database.

Use the PageBuffers property to specify the number of default cache buffers to configure attachments to the restored database.

The default value is 0 and means that no value is specified.

PageBuffers corresponds to gbak -buffers.

See Also