TestRunListQueryParamProperties interface
属性
| continuation |
继续标记以获取下一页响应 |
| execution |
测试运行时间筛选器范围的 Start DateTime(ISO 8601 文本格式)。 |
| execution |
测试运行时间筛选器范围的 End DateTime(ISO 8601 文本格式)。 |
| maxpagesize | 响应结果数。 |
| orderby | 按 (field asc/desc) 格式对支持的字段进行排序。 例如:executedDateTime asc。 支持的字段 - executedDateTime |
| search | 基于前缀,对可搜索字段进行区分大小写的搜索 - 说明,executedUser。 例如,若要搜索测试运行,使用说明 500 个 OU,搜索参数可以为 500。 |
| status | 测试运行状态的逗号分隔列表。 |
| test |
现有负载测试的唯一名称。 |
属性详细信息
continuationToken
继续标记以获取下一页响应
continuationToken?: string
属性值
string
executionFrom
测试运行时间筛选器范围的 Start DateTime(ISO 8601 文本格式)。
executionFrom?: string | Date
属性值
string | Date
executionTo
测试运行时间筛选器范围的 End DateTime(ISO 8601 文本格式)。
executionTo?: string | Date
属性值
string | Date
maxpagesize
响应结果数。
maxpagesize?: number
属性值
number
orderby
按 (field asc/desc) 格式对支持的字段进行排序。 例如:executedDateTime asc。 支持的字段 - executedDateTime
orderby?: string
属性值
string
search
基于前缀,对可搜索字段进行区分大小写的搜索 - 说明,executedUser。 例如,若要搜索测试运行,使用说明 500 个 OU,搜索参数可以为 500。
search?: string
属性值
string
status
测试运行状态的逗号分隔列表。
status?: string
属性值
string
testId
现有负载测试的唯一名称。
testId?: string
属性值
string