FunctionOutput interface
函数输出的完整配置
- 扩展
-
Record<string, unknown>
属性
| name | 此函数中必须是唯一的。
如果使用 |
| type | 此输出的类型(“http”、“blob”、“queue”等)如果使用 |
属性详细信息
name
此函数中必须是唯一的。
如果使用 output 命名空间创建此对象,将自动生成名称
name: string
属性值
string
type
此输出的类型(“http”、“blob”、“queue”等)如果使用 output 命名空间创建此对象,则将为你设置类型
type: string
属性值
string