你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CosmosDBTriggerConverter 类
- 继承
-
CosmosDBTriggerConverter
构造函数
CosmosDBTriggerConverter()
方法
check_input_type_annotation | |
check_output_type_annotation | |
decode | |
encode | |
has_implicit_output |
check_input_type_annotation
check_input_type_annotation(pytype: type) -> bool
参数
名称 | 说明 |
---|---|
pytype
必需
|
|
check_output_type_annotation
check_output_type_annotation(pytype: type) -> bool
参数
名称 | 说明 |
---|---|
pytype
必需
|
|
decode
decode(data: Datum, *, trigger_metadata) -> DocumentList | None
参数
名称 | 说明 |
---|---|
data
必需
|
|
仅限关键字的参数
名称 | 说明 |
---|---|
trigger_metadata
必需
|
|
encode
encode(obj: Any, *, expected_type: type | None) -> Datum
参数
名称 | 说明 |
---|---|
obj
必需
|
|
仅限关键字的参数
名称 | 说明 |
---|---|
expected_type
必需
|
|
has_implicit_output
abstract classmethod has_implicit_output() -> bool