Share via


TestRunListQueryParamProperties interface

Properties

continuationToken

Continuation token to get the next page of response

executionFrom

Start DateTime(ISO 8601 literal format) of test-run execution time filter range.

executionTo

End DateTime(ISO 8601 literal format) of test-run execution time filter range.

maxpagesize

Number of results in response.

orderby

Sort on the supported fields in (field asc/desc) format. eg: executedDateTime asc. Supported fields - executedDateTime

search

Prefix based, case sensitive search on searchable fields - description, executedUser. For example, to search for a test run, with description 500 VUs, the search parameter can be 500.

status

Comma separated list of test run status.

testId

Unique name of an existing load test.

Property Details

continuationToken

Continuation token to get the next page of response

continuationToken?: string

Property Value

string

executionFrom

Start DateTime(ISO 8601 literal format) of test-run execution time filter range.

executionFrom?: string | Date

Property Value

string | Date

executionTo

End DateTime(ISO 8601 literal format) of test-run execution time filter range.

executionTo?: string | Date

Property Value

string | Date

maxpagesize

Number of results in response.

maxpagesize?: number

Property Value

number

orderby

Sort on the supported fields in (field asc/desc) format. eg: executedDateTime asc. Supported fields - executedDateTime

orderby?: string

Property Value

string

Prefix based, case sensitive search on searchable fields - description, executedUser. For example, to search for a test run, with description 500 VUs, the search parameter can be 500.

search?: string

Property Value

string

status

Comma separated list of test run status.

status?: string

Property Value

string

testId

Unique name of an existing load test.

testId?: string

Property Value

string