-
Notifications
You must be signed in to change notification settings - Fork 2
Class Diagram
hallvictoria edited this page Apr 1, 2024
·
1 revision
- Creates a mapping between binding name and corresponding converter
- Checks the user-defined type of a binding to determine if it is a classic binding or extension binding type
- Provides base classes and methods needed by all extension binding classes
- Uses the BlobClientConverter class to map blob bindings to their respective return types of BlobClient, ContainerClient, or StreamStorageDownloader
- Has a class for each supported SDK-type that returns the SDK-type back to the function app