Skip to content

Commit

Permalink
Deploying to gh-pages - 00:27:13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 14, 2024
1 parent 438ee45 commit f1835d0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions snapshot/guide/configurationreference.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ <h3 id="_micronaut_object_storage_aws_config_properties">Micronaut Object Storag
</div>
<div class="sect2">
<h3 id="_micronaut_object_storage_azure_config_properties">Micronaut Object Storage Azure Config Properties</h3>
<a id="io.micronaut.objectstorage.azure.AzureBlobStorageModuleConfiguration" href="#io.micronaut.objectstorage.azure.AzureBlobStorageModuleConfiguration">&#128279;</a>
<a id="io.micronaut.objectstorage.azure.AzureBlobStorageConfiguration" href="#io.micronaut.objectstorage.azure.AzureBlobStorageConfiguration">&#128279;</a>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 3. Configuration Properties for <a href="../api/io/micronaut/objectstorage/azure/AzureBlobStorageModuleConfiguration.html">AzureBlobStorageModuleConfiguration</a></caption>
<caption class="title">Table 3. Configuration Properties for <a href="../api/io/micronaut/objectstorage/azure/AzureBlobStorageConfiguration.html">AzureBlobStorageConfiguration</a></caption>
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
Expand All @@ -124,16 +124,26 @@ <h3 id="_micronaut_object_storage_azure_config_properties">Micronaut Object Stor
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.enabled</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.*.enabled</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">boolean</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether to enable or disable the whole Azure Object Storage module.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether to enable or disable this object storage.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.*.container</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">java.lang.String</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The blob container name.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.*.endpoint</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">java.lang.String</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The blob service endpoint, in the format of <a href="https://{accountName}.blob.core.windows.net" class="bare">https://{accountName}.blob.core.windows.net</a>.</p></td>
</tr>
</tbody>
</table>
<div style="page-break-after: always;"></div>
<a id="io.micronaut.objectstorage.azure.AzureBlobStorageConfiguration" href="#io.micronaut.objectstorage.azure.AzureBlobStorageConfiguration">&#128279;</a>
<a id="io.micronaut.objectstorage.azure.AzureBlobStorageModuleConfiguration" href="#io.micronaut.objectstorage.azure.AzureBlobStorageModuleConfiguration">&#128279;</a>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 4. Configuration Properties for <a href="../api/io/micronaut/objectstorage/azure/AzureBlobStorageConfiguration.html">AzureBlobStorageConfiguration</a></caption>
<caption class="title">Table 4. Configuration Properties for <a href="../api/io/micronaut/objectstorage/azure/AzureBlobStorageModuleConfiguration.html">AzureBlobStorageModuleConfiguration</a></caption>
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
Expand All @@ -148,19 +158,9 @@ <h3 id="_micronaut_object_storage_azure_config_properties">Micronaut Object Stor
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.*.enabled</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.enabled</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">boolean</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether to enable or disable this object storage.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.*.container</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">java.lang.String</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The blob container name.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>micronaut.object-storage.azure.*.endpoint</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">java.lang.String</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The blob service endpoint, in the format of <a href="https://{accountName}.blob.core.windows.net" class="bare">https://{accountName}.blob.core.windows.net</a>.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether to enable or disable the whole Azure Object Storage module.</p></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit f1835d0

Please sign in to comment.