Skip to content

Class Diagram

hallvictoria edited this page Apr 1, 2024 · 1 revision

azure-functions-extension-base

  • 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

azure-functions-extension-blob

  • 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

Class diagram

Clone this wiki locally