你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationQueryParameter interface

操作的参数,该操作将作为查询参数添加到操作的 HTTP 请求。

Extends

属性

collectionFormat

如果此查询参数的值是集合,则应将值转换为哪种格式。

skipEncoding

在将查询参数添加到 URL 之前,是否跳过对查询参数的值进行编码。

继承属性

mapper

定义如何验证和序列化此参数的值的映射器。

parameterPath

OperationArguments 中此参数值的路径或对象,该对象包含 OperationArguments 中每个属性的值的路径。

属性详细信息

collectionFormat

如果此查询参数的值是集合,则应将值转换为哪种格式。

collectionFormat?: QueryCollectionFormat

属性值

skipEncoding

在将查询参数添加到 URL 之前,是否跳过对查询参数的值进行编码。

skipEncoding?: boolean

属性值

boolean

继承属性详细信息

mapper

定义如何验证和序列化此参数的值的映射器。

mapper: Mapper

属性值

继承自OperationParameter.mapper

parameterPath

OperationArguments 中此参数值的路径或对象,该对象包含 OperationArguments 中每个属性的值的路径。

parameterPath: ParameterPath

属性值

继承自OperationParameter.parameterPath