FireDAC.Phys.ASA.TFDASABackup.PageBlocksize

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property PageBlocksize: Cardinal read FPageBlocksize write FPageBlocksize

C++

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

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