Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 646 Bytes

TelemetryQueryPaginationSpec.md

File metadata and controls

12 lines (8 loc) · 646 Bytes

TelemetryQueryPaginationSpec

PaginationSpec specifies how many results to include.

Properties

Name Type Description Notes
count int Count specifies the number of points to include. Value should be at least 1. [optional]
offset int Offset specifies the starting point when using Count. Value should be at least 0. [optional] if omitted the server will use the default value of 0

[Back to Model list] [Back to API list] [Back to README]