I am currently experimenting with the Azure TSI Gen2 ApiVersion = "2020-07-31"
and I am wondering the effect of the GetSeries
and GetEvents
endpoints Take
-parameter.
If I query TSI data for a wide searchSpan
that contains more events than I define on my Take
-parameter, what happens? Is the data returned in some order? What is the expected form of the response data?
Documentation definition for the Take
take - integer - Maximum number of property values in the whole response set, not the maximum number of property values per page. Defaults to 10,000 when not set. Maximum value of take can be 250,000.