blob: 7eb17a3c9703ff4621ca2dc4a33c53bc18e761b8 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.azureblob.CamelAzureblobSinkConnector",
"artifactId": "camel-azure-blob-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-azure-blob-sink",
"type": "sink",
"version": "0.7.2",
"description": "Store and retrieve blobs from Azure Storage Blob Service."
},
"properties": {
"camel.sink.path.containerOrBlobUri": {
"name": "camel.sink.path.containerOrBlobUri",
"description": "Container or Blob compact Uri",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.azureBlobClient": {
"name": "camel.sink.endpoint.azureBlobClient",
"description": "The blob service client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.blobOffset": {
"name": "camel.sink.endpoint.blobOffset",
"description": "Set the blob offset for the upload or download operations, default is 0",
"defaultValue": "\"0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.blobType": {
"name": "camel.sink.endpoint.blobType",
"description": "Set a blob type, 'blockblob' is default One of: [blockblob] [appendblob] [pageblob]",
"defaultValue": "\"blockblob\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"blockblob",
"appendblob",
"pageblob"
]
},
"camel.sink.endpoint.closeStreamAfterRead": {
"name": "camel.sink.endpoint.closeStreamAfterRead",
"description": "Close the stream after read or keep it open, default is true",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.credentials": {
"name": "camel.sink.endpoint.credentials",
"description": "Set the storage credentials, required in most cases",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.dataLength": {
"name": "camel.sink.endpoint.dataLength",
"description": "Set the data length for the download or page blob upload operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.fileDir": {
"name": "camel.sink.endpoint.fileDir",
"description": "Set the file directory where the downloaded blobs will be saved to",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.publicForRead": {
"name": "camel.sink.endpoint.publicForRead",
"description": "Storage resources can be public for reading their content, if this property is enabled then the credentials do not have to be set",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.streamReadSize": {
"name": "camel.sink.endpoint.streamReadSize",
"description": "Set the minimum read size in bytes when reading the blob content",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.validateClientURI": {
"name": "camel.sink.endpoint.validateClientURI",
"description": "Whether to validate the Azure client URI",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.blobMetadata": {
"name": "camel.sink.endpoint.blobMetadata",
"description": "Set the blob meta-data",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.blobPrefix": {
"name": "camel.sink.endpoint.blobPrefix",
"description": "Set a prefix which can be used for listing the blobs",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.closeStreamAfterWrite": {
"name": "camel.sink.endpoint.closeStreamAfterWrite",
"description": "Close the stream after write or keep it open, default is true",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "Blob service operation hint to the producer One of: [getBlob] [deleteBlob] [listBlobs] [updateBlockBlob] [uploadBlobBlocks] [commitBlobBlockList] [getBlobBlockList] [createAppendBlob] [updateAppendBlob] [createPageBlob] [updatePageBlob] [resizePageBlob] [clearPageBlob] [getPageBlobRanges]",
"defaultValue": "\"listBlobs\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"getBlob",
"deleteBlob",
"listBlobs",
"updateBlockBlob",
"uploadBlobBlocks",
"commitBlobBlockList",
"getBlobBlockList",
"createAppendBlob",
"updateAppendBlob",
"createPageBlob",
"updatePageBlob",
"resizePageBlob",
"clearPageBlob",
"getPageBlobRanges"
]
},
"camel.sink.endpoint.streamWriteSize": {
"name": "camel.sink.endpoint.streamWriteSize",
"description": "Set the size of the buffer for writing block and page blocks",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.useFlatListing": {
"name": "camel.sink.endpoint.useFlatListing",
"description": "Specify if the flat or hierarchical blob listing should be used",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.credentialsAccountKey": {
"name": "camel.sink.endpoint.credentialsAccountKey",
"description": "Set the storage account key used during authentication phase",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.credentialsAccountName": {
"name": "camel.sink.endpoint.credentialsAccountName",
"description": "Set the storage account name used during authentication phase",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.azureBlobClient": {
"name": "camel.component.azure-blob.azureBlobClient",
"description": "The blob service client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.blobOffset": {
"name": "camel.component.azure-blob.blobOffset",
"description": "Set the blob offset for the upload or download operations, default is 0",
"defaultValue": "\"0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.blobType": {
"name": "camel.component.azure-blob.blobType",
"description": "Set a blob type, 'blockblob' is default One of: [blockblob] [appendblob] [pageblob]",
"defaultValue": "\"blockblob\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"blockblob",
"appendblob",
"pageblob"
]
},
"camel.component.azure-blob.closeStreamAfterRead": {
"name": "camel.component.azure-blob.closeStreamAfterRead",
"description": "Close the stream after read or keep it open, default is true",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.credentials": {
"name": "camel.component.azure-blob.credentials",
"description": "Set the storage credentials, required in most cases",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.dataLength": {
"name": "camel.component.azure-blob.dataLength",
"description": "Set the data length for the download or page blob upload operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.fileDir": {
"name": "camel.component.azure-blob.fileDir",
"description": "Set the file directory where the downloaded blobs will be saved to",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.publicForRead": {
"name": "camel.component.azure-blob.publicForRead",
"description": "Storage resources can be public for reading their content, if this property is enabled then the credentials do not have to be set",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.streamReadSize": {
"name": "camel.component.azure-blob.streamReadSize",
"description": "Set the minimum read size in bytes when reading the blob content",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.validateClientURI": {
"name": "camel.component.azure-blob.validateClientURI",
"description": "Whether to validate the Azure client URI",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.blobMetadata": {
"name": "camel.component.azure-blob.blobMetadata",
"description": "Set the blob meta-data",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.blobPrefix": {
"name": "camel.component.azure-blob.blobPrefix",
"description": "Set a prefix which can be used for listing the blobs",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.closeStreamAfterWrite": {
"name": "camel.component.azure-blob.closeStreamAfterWrite",
"description": "Close the stream after write or keep it open, default is true",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.lazyStartProducer": {
"name": "camel.component.azure-blob.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.operation": {
"name": "camel.component.azure-blob.operation",
"description": "Blob service operation hint to the producer One of: [getBlob] [deleteBlob] [listBlobs] [updateBlockBlob] [uploadBlobBlocks] [commitBlobBlockList] [getBlobBlockList] [createAppendBlob] [updateAppendBlob] [createPageBlob] [updatePageBlob] [resizePageBlob] [clearPageBlob] [getPageBlobRanges]",
"defaultValue": "\"listBlobs\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"getBlob",
"deleteBlob",
"listBlobs",
"updateBlockBlob",
"uploadBlobBlocks",
"commitBlobBlockList",
"getBlobBlockList",
"createAppendBlob",
"updateAppendBlob",
"createPageBlob",
"updatePageBlob",
"resizePageBlob",
"clearPageBlob",
"getPageBlobRanges"
]
},
"camel.component.azure-blob.streamWriteSize": {
"name": "camel.component.azure-blob.streamWriteSize",
"description": "Set the size of the buffer for writing block and page blocks",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.useFlatListing": {
"name": "camel.component.azure-blob.useFlatListing",
"description": "Specify if the flat or hierarchical blob listing should be used",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.autowiredEnabled": {
"name": "camel.component.azure-blob.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.configuration": {
"name": "camel.component.azure-blob.configuration",
"description": "The Blob Service configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.credentialsAccountKey": {
"name": "camel.component.azure-blob.credentialsAccountKey",
"description": "Set the storage account key used during authentication phase",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.azure-blob.credentialsAccountName": {
"name": "camel.component.azure-blob.credentialsAccountName",
"description": "Set the storage account name used during authentication phase",
"priority": "MEDIUM",
"required": "false"
}
}
}