FireDAC.Phys.ASA.TFDASABackup.PageBlocksize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageBlocksize: Cardinal read FPageBlocksize write FPageBlocksize  default 0;

C++

__property unsigned PageBlocksize = {read=FPageBlocksize, write=FPageBlocksize, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASABackup

Description

Specifies the maximum block size to be used to transfer pages from the database server to dbbackup.

Use the PageBlockSize property to specify the maximum block size (in number of pages) to be used to transfer pages from the database server to dbbackup.

It corresponds to -b block-size. For more details about the -b block-size option, see http://infocenter.sybase.com/help/.

See Also