AllowedCloudExtraParameters
是 APIFunction 和相关函数的一个选项,指定是否应该接受影响总的云执行的参数.
更多信息
- AllowedCloudExtraParameters 的设置可以是 All、None 或一个列表.
- AllowedCloudExtraParameters 设置中的典型参数包括:
-
"_timeout" 等价于 TimeConstrained "_memorylimit" 等价于 MemoryConstrained "_geolocation" 等价于设置 $GeoLocation "_exportform" 等价于 ExportForm "_responseform" 等价于 ResponseForm - 额外参数的值使用 Interpreter 规范进行诠释:
-
"_timeout" Restricted["Quantity","Seconds"] "_memorylimit" Restricted["Quantity","Bytes"] "_geolocation" "Location" "_exportform" "ExportFormatString" "_responseform" Restricted["ExportFormatString",…] - "_responseform" 的限制是{{"XML","JSON","RawJSON","WL","String","Text","HTML","HTMLFragment"}}.
范例
打开所有单元关闭所有单元基本范例 (1)
允许 APIFunction 的调用者设置导出结果的格式:
如果 "_exportform" 参数没有在调用中指定,APIFunction 不会导出结果:
范围 (5)
当 AllowedCloudExtraParameters 设为 "_exportform",响应可用 $ExportFormats 中的任何格式导出,并覆盖指定的导出格式:
当 AllowedCloudExtraParameters 设为 "_responseform",会返回结果的 ResponseForm:
当 AllowedCloudExtraParameters 设为 "_geolocation",客户可以指定不同的 $GeoLocation:
当 AllowedCloudExtraParameters i设为 "_memorylimit",客户可以指定内存使用的限制:
当 AllowedCloudExtraParameters 设为 "_timeout",客户可以指定执行的时间限制:
属性和关系 (2)
允许 "_exportform",有效地等价于设置 APIFunction 的第三个参数:
允许 "_responseform",有效地等价于在 ResponseForm 中包装 APIFunction 主体:
文本
Wolfram Research (2017),AllowedCloudExtraParameters,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AllowedCloudExtraParameters.html.
CMS
Wolfram 语言. 2017. "AllowedCloudExtraParameters." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/AllowedCloudExtraParameters.html.
APA
Wolfram 语言. (2017). AllowedCloudExtraParameters. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AllowedCloudExtraParameters.html 年