Object Storage Properties
Object storage properties are a type of cluster property. Cluster properties are configuration settings that control the behavior of a Redpanda cluster at a global level. Configuring cluster properties allows you to adapt Redpanda to specific workloads, optimize resource usage, and enable or disable features. For information on how to edit cluster properties, see Configure Cluster Properties.
| Some properties require a cluster restart for updates to take effect. This triggers a long-running operation that can take several minutes to complete. |
Cluster configuration
cloud_storage_azure_container
The name of the Azure container to use with Tiered Storage. If null, the property is disabled.
| Property | Value |
|---|---|
Type |
|
Default |
Available in the Redpanda Cloud Console (read-only) |
Nullable |
Yes |
Requires restart |
Yes |
cloud_storage_azure_storage_account
The name of the Azure storage account to use with Tiered Storage. If null, the property is disabled.
| Property | Value |
|---|---|
Type |
|
Default |
Available in the Redpanda Cloud Console (read-only) |
Nullable |
Yes |
Requires restart |
Yes |
default_redpanda_storage_mode_tiered_impl
Default implementation of the tiered storage mode for newly created topics. When the redpanda.storage.mode topic property is set to tiered, this property determines whether the topic uses Tiered Storage v1 (tiered_v1) or Tiered Storage v2 (tiered_v2). The implementation of each topic is reported by the read-only redpanda.storage.mode.impl topic property.
Changing this property affects only topics created after the change. Existing topics keep the Tiered Storage version they were created with.
| Property | Value |
|---|---|
Type |
|
Accepted values |
|
Default |
Available in the Redpanda Cloud Console (editable) |
Nullable |
No |
Requires restart |
No |
Example |
|
Related topics |