[]
        
(Showing Draft Content)

C1.DataConnector.JsonStreamParser.SetMaxItems

SetMaxItems Method

SetMaxItems(int)

Set the maximum number of items to parse. Since the data can be extremely large in some cases, we may want to parse a specific portion of it.

Declaration
public void SetMaxItems(int maxItems)
Parameters
Type Name Description
int maxItems

Maximum number of items to be parsed.