azure_blob_service(Configuration $configuration, AuthorizationFactory $azure_authorization_factory, ?ClientInterface $client, ?HttpFactory $azure_http_factory, ?URLFactory $azure_url_factory, ?LoggerInterface $logger) : BlobServiceInterface
Extracts
Read from various data sources.
Transforms
Shape and optimize for your needs.
Loads
Store and secure in one of many available data sinks.
Modules
DSL Functions
DSL stands for Domain Specific Language. In the case of Flow, the DSL is used to define simple functions that can be used to transform data. Most of those functions are initializing a new instance of a class under the hood since Flow is fully object-oriented. Please look at the examples below to get a better understanding of how to use the DSL functions.
HELPER
azure_blob_service_config(string $account, string $container) : Configuration
azure_http_factory(RequestFactoryInterface $request_factory, StreamFactoryInterface $stream_factory) : HttpFactory
azure_shared_key_authorization_factory(string $account, string $key) : SharedKeyFactory
azure_url_factory(string $host) : AzureURLFactory
azurite_url_factory(string $host, string $port, bool $secure) : AzuriteURLFactory