Microsoft.Azure.Functions.Worker.Converters Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| ConverterContext |
A type defining the information needed for an input conversion operation. |
| InputConverterAttribute |
An attribute that can specify a type of IInputConverter to use for function input conversion. |
Structs
| Name | Description |
|---|---|
| ConversionResult |
A type representing the result of function input conversion operation. |
Interfaces
| Name | Description |
|---|---|
| IInputConverter |
Provides a mechanism for input conversion. |
Enums
| Name | Description |
|---|---|
| ConversionStatus |
Conversion status enumeration. |