DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / JsonStreamParser Class / SetMaxItems Method
Maximum number of items to be parsed.

In This Topic
    SetMaxItems Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Sub SetMaxItems( _
       ByVal maxItems As Integer _
    ) 
    public void SetMaxItems( 
       int maxItems
    )

    Parameters

    maxItems
    Maximum number of items to be parsed.
    See Also