Class AzureProvider

  • All Implemented Interfaces:
    Provider

    public class AzureProvider
    extends Object
    implements Provider
    AzureProvider integrates the BulkData feature with Azure Blob Storage. The code uses the Blob Clients. $export: The AppendBlobClient is used during upload to append to an export file. $import: The BlobClient with BlobRange is used to retrieve windows of data.