Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
BlobRetentionPolicy |
BlobServiceProperties.getDeleteRetentionPolicy()
Get the deleteRetentionPolicy property: the retention policy which determines how long the associated data should
persist.
|
BlobRetentionPolicy |
BlobMetrics.getRetentionPolicy()
Get the retentionPolicy property: the retention policy which determines how long the associated data should
persist.
|
BlobRetentionPolicy |
BlobAnalyticsLogging.getRetentionPolicy()
Get the retentionPolicy property: the retention policy which determines how long the associated data should
persist.
|
BlobRetentionPolicy |
BlobRetentionPolicy.setDays(Integer days)
Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be
retained.
|
BlobRetentionPolicy |
BlobRetentionPolicy.setEnabled(boolean enabled)
Set the enabled property: Indicates whether a retention policy is enabled for the storage service.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceProperties |
BlobServiceProperties.setDeleteRetentionPolicy(BlobRetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy property: the retention policy which determines how long the associated data should
persist.
|
BlobMetrics |
BlobMetrics.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy which determines how long the associated data should
persist.
|
BlobAnalyticsLogging |
BlobAnalyticsLogging.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy which determines how long the associated data should
persist.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.