Interface DataLakeEndpointBuilderFactory.DataLakeBuilders

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default DataLakeEndpointBuilderFactory.DataLakeEndpointBuilder azureStorageDatalake​(String path)
      Azure Storage Datalake Service (camel-azure-storage-datalake) Camel Azure Datalake Gen2 Component Category: cloud,file Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax: azure-storage-datalake:accountName/fileSystemName Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used
      default DataLakeEndpointBuilderFactory.DataLakeEndpointBuilder azureStorageDatalake​(String componentName, String path)
      Azure Storage Datalake Service (camel-azure-storage-datalake) Camel Azure Datalake Gen2 Component Category: cloud,file Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax: azure-storage-datalake:accountName/fileSystemName Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used
    • Method Detail

      • azureStorageDatalake

        default DataLakeEndpointBuilderFactory.DataLakeEndpointBuilder azureStorageDatalake​(String path)
        Azure Storage Datalake Service (camel-azure-storage-datalake) Camel Azure Datalake Gen2 Component Category: cloud,file Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax: azure-storage-datalake:accountName/fileSystemName Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used
        Parameters:
        path - accountName/fileSystemName
        Returns:
        the dsl builder
      • azureStorageDatalake

        default DataLakeEndpointBuilderFactory.DataLakeEndpointBuilder azureStorageDatalake​(String componentName,
                                                                                            String path)
        Azure Storage Datalake Service (camel-azure-storage-datalake) Camel Azure Datalake Gen2 Component Category: cloud,file Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax: azure-storage-datalake:accountName/fileSystemName Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - accountName/fileSystemName
        Returns:
        the dsl builder