This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new ac753b48e5d [create-pull-request] automated change
ac753b48e5d is described below

commit ac753b48e5deec849c86261ced5e1d0d7a130a04
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Tue Dec 13 01:03:38 2022 +0000

    [create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components/azure-storage-blob.json   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 732c0ea049e..e9c0781951e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -68,6 +68,7 @@
     "CamelAzureStorageBlobContentLanguage": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Content language specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CONTENT_LANGUAGE" 
},
     "CamelAzureStorageBlobCacheControl": { "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Cache control specified for the blob.", 
"constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CACHE_CONTROL" },
     "CamelAzureStorageBlobBlobSize": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The size of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_SIZE" },
+    "CamelAzureStorageBlobBlobUploadSize": { "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "When uploading a blob with the 
uploadBlockBlob-operation this can be used to tell the client what the length 
of an InputStream is.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_UPLOAD_SIZE" 
},
     "CamelAzureStorageBlobSequenceNumber": { "kind": "header", "displayName": 
"", "group": "common", "label": "", "required": false, "javaType": "Long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "(producer) (createPageBlob) A user-controlled value that 
you can use to track requests. The value of the sequence number must be between 
0 and 263 - 1. The default value is 0. (consumer) The current sequence number 
for a page blob.", "constan [...]
     "CamelAzureStorageBlobBlobType": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_TYPE" },
     "CamelAzureStorageBlobLeaseStatus": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"com.azure.storage.blob.models.LeaseStatusType", "enum": [ "locked", "unlocked" 
], "deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Status of the lease on the blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#LEASE_STATUS" },

Reply via email to