Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdatesMax

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDeltasReaderData.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasApplyUpdatesMax
[–] Properties
Type: class
Visibility: public
Source:
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Unit: Data.FireDACJSONReflect
Parent: Data.FireDACJSONReflect

Delphi

TFDJSONDeltasApplyUpdatesMax = class(TFDJSONDeltasReader, IFDJSONDeltasApplyUpdatesMax)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasApplyUpdatesMax : public TFDJSONDeltasReader

Description

Delta list payload to apply updates.

Use this class to apply updates from an instance of TFDJSONDeltas. It allows to control maximum number of errors per update.

Call TFDJSONDeltasApplyUpdatesMax.Create to create an object that implements the IFDJSONDeltasApplyUpdatesMax interface, or call class methods of TFDJSONDeltasApplyUpdatesMax directly.

See Also