BlobConverter Class
- Inheritance
-
BlobConverterBlobConverter
Constructor
BlobConverter()
Methods
| check_input_type_annotation | |
| check_output_type_annotation | |
| decode | |
| encode |
check_input_type_annotation
check_input_type_annotation(pytype: type) -> bool
Parameters
- cls
Required
- pytype
Required
check_output_type_annotation
check_output_type_annotation(pytype: type) -> bool
Parameters
- cls
Required
- pytype
Required
decode
decode(data: azure.functions.meta.Datum, *, trigger_metadata) -> Any
Parameters
- cls
Required
- data
Required
encode
encode(obj: Any, *, expected_type: Optional[type]) -> azure.functions.meta.Datum
Parameters
- cls
Required
- obj
Required
Feedback
Submit and view feedback for