:items (Array<OCI::Apigateway::Models::FilterQueryParameterPolicyItem>) — The value to assign to the #items property [View source] Instance Attribute Details #items ⇒ Array<OCI::Apigateway::Models::FilterQ
Image filter query parameters Video filter query parameters The following are the query parameters that the request may include. The Required column indicates whether you must specify the parameter. You must URL encode the query parameter values. 展开表 NameValueTypeRequired cc A 2-character count...
This will only return the (first)20entries of the result. In order to request the next20entries, simply add apageparameter to the query, like this: will return the next20entries that are located onpage 2. sort In order to sort the results using different parameters, you can simply concat...
You can add query parameters to the uniform resource identifiers (URI) for REST API collection resources to tailor and filter the response output. All query parameter names and values are case-sensitive. IBM® Streams ignores any unexpected query parameters or query parameter values. Table 1. ...
filter 检索过滤条件。当scope取值为2时,可以设置filter进行排序。industry_type:行业类型,注意:设置该字段可提高检索速度和过滤精度,取值有: hotel(宾馆);cater(餐饮);life(生活娱乐) sort_name:排序字段,根据industry_type字段的值而定。 1、industry_type为hotel时,sort_name取值有: default(默认);price(价格);...
Query Parameter 查询参数。以“?” 开头,按 key 升序排序,以“=” 连接键值,以“&” 分隔键值对。key、value 需进行 URL 编码,编码规则遵照 RFC3986 规定。此外,查询参数是需要排序的。注意:对于a=1&a=2&a=3这种,需转为a=1,2,3值升序排列且逗号分隔。
SortBy { get; init; } public SortDirection SortDirection { get; init; } public int CurrentPage { get; init; } = 1; public static ValueTask<PagingData?> BindAsync(HttpContext context, ParameterInfo parameter) { const string sortByKey = "sortBy"; const string sortDirectionKey = "sortDir"...
query 检索关键字。行政区划区域检索不支持多关键字检索。如果需要按POI分类进行检索,请将分类通过query参数进行设置,如query=美食 天安门、美食 string(45) 是 region 检索行政区划区域(增加区域内数据召回权重,如需严格限制召回数据在区域内,请搭配使用city_limit参数),可输入行政区划名或对应cityCode 北京、131(北京...
function functionName([parameter0, parameter1,...parameterN]) : returnType{ // statement(s) } var functionName:Function = function ([parameter0, parameter1,...parameterN]) : returnType{ // statement(s) } 包含为执行特定任务而定义的一组语句。可以在 SWF 文件的一个地方定义函数,然后从 SWF...
QueryParamAuth is an action filter that supports the authentication based on the access token passed through a query parameter. Public Properties Hide inherited properties PropertyTypeDescriptionDefined By $exceptarrayList of action IDs that this filter should not apply to.yii\base\ActionFilter ...