REST.Response.Adapter.TRESTResponseDataSetAdapter.NestedElementsDepth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NestedElementsDepth;

C++

__property NestedElementsDepth = {default=0};

Properties

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

Description

Indicates how deep to scan JSON child elements for fields.

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

Indicates how deep to scan JSON child elements for fields.

You can use NestedElementsDepth if NestedElements is True.

NestedElementsDepth returns 0 by default. This indicates a deep scan.

See Also