PieceSize: Integer;
PieceSize: integer;
The PieceSize property determines size of the pieces, to which large binary data will be split.
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).
The example of use is given in description of the IMetabaseObjectInstanceCacheKeeper.Database property.
See also: