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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f32e54e88136ea0d22f894bb57d77eba304ceccf
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 12 17:58:10 2022 +0100

    CAMEL-18808: Regen
---
 .../camel/catalog/components/azure-storage-blob.json      |  1 +
 .../builder/endpoint/dsl/BlobEndpointBuilderFactory.java  | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
index 6d296819229..9ebf681a396 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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" },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
index 3e8ab6862ce..5e08b6ff9bb 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
@@ -2959,6 +2959,21 @@ public interface BlobEndpointBuilderFactory {
             return "AzureStorageBlobBlobSize";
         }
 
+        /**
+         * When uploading a blob with the uploadBlockBlob-operation this can be
+         * used to tell the client what the length of an InputStream is.
+         * 
+         * The option is a: {@code long} type.
+         * 
+         * Group: producer
+         * 
+         * @return the name of the header {@code
+         * AzureStorageBlobBlobUploadSize}.
+         */
+        public String azureStorageBlobBlobUploadSize() {
+            return "AzureStorageBlobBlobUploadSize";
+        }
+
         /**
          * (producer) (createPageBlob) A user-controlled value that you can use
          * to track requests. The value of the sequence number must be between 0

Reply via email to