IMetabaseObjectInstanceCacheKeeper.PieceSize

Syntax

PieceSize: Integer;

PieceSize: integer;

Description

The PieceSize property determines size of the pieces, to which large binary data will be split.

Comments

The property is relevant, if the IMetabaseObjectInstanceCacheKeeper.SplitBLOB property is set to True. Value of the property is given in megabytes. By default data is split into parts of 1 gigabyte (1024 megabytes).

Example

The example of use is given in description of the IMetabaseObjectInstanceCacheKeeper.Database property.

See also:

IMetabaseObjectInstanceCacheKeeper