API:REST.Response.Adapter.TRESTResponseDataSetAdapter.SampleObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SampleObjects;

C++

__property SampleObjects = {default=1};

Properties

Type Visibility Source Unit Parent
property published
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseDataSetAdapter

Description

Specifies the number of objects in JSON dataset to scan to determine the structure.

REST.Response.Adapter.TRESTResponseDataSetAdapter.SampleObjects inherits from REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.SampleObjects. All content below this line refers to REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.SampleObjects.


Specifies the number of objects in JSON dataset to scan to determine the structure.

The default value is 1. This is the fastest, but useful only for TJSONTypesMode.StringOnly mode.


See Also