| Package | Description |
|---|---|
| com.azure.storage.queue.models |
Package containing classes for AzureQueueStorage.
|
| Modifier and Type | Method and Description |
|---|---|
QueueRetentionPolicy |
QueueAnalyticsLogging.getRetentionPolicy()
Get the retentionPolicy property: the retention policy.
|
QueueRetentionPolicy |
QueueMetrics.getRetentionPolicy()
Get the retentionPolicy property: the retention policy.
|
QueueRetentionPolicy |
QueueRetentionPolicy.setDays(Integer days)
Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be
retained.
|
QueueRetentionPolicy |
QueueRetentionPolicy.setEnabled(boolean enabled)
Set the enabled property: Indicates whether a retention policy is enabled for the storage service.
|
| Modifier and Type | Method and Description |
|---|---|
QueueAnalyticsLogging |
QueueAnalyticsLogging.setRetentionPolicy(QueueRetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy.
|
QueueMetrics |
QueueMetrics.setRetentionPolicy(QueueRetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.