Interface BlobServiceEndpointBuilderFactory.BlobServiceBuilders

    • Method Detail

      • azureBlob

        @Deprecated
        default BlobServiceEndpointBuilderFactory.BlobServiceEndpointBuilder azureBlob​(String path)
        Deprecated.
        Azure Storage Blob Service (Deprecated) (camel-azure) Store and retrieve blobs from Azure Storage Blob Service. Category: cloud,file Since: 2.19 Maven coordinates: org.apache.camel:camel-azure Syntax: azure-blob:containerOrBlobUri Path parameter: containerOrBlobUri (required) Container or Blob compact Uri
        Parameters:
        path - containerOrBlobUri
      • azureBlob

        @Deprecated
        default BlobServiceEndpointBuilderFactory.BlobServiceEndpointBuilder azureBlob​(String componentName,
                                                                                       String path)
        Deprecated.
        Azure Storage Blob Service (Deprecated) (camel-azure) Store and retrieve blobs from Azure Storage Blob Service. Category: cloud,file Since: 2.19 Maven coordinates: org.apache.camel:camel-azure Syntax: azure-blob:containerOrBlobUri Path parameter: containerOrBlobUri (required) Container or Blob compact Uri
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - containerOrBlobUri