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 deleteRetentionPolicy
property.
|
BlobRetentionPolicy |
BlobAnalyticsLogging.getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.
|
BlobRetentionPolicy |
BlobMetrics.getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.
|
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 deleteRetentionPolicy
property.
|
BlobAnalyticsLogging |
BlobAnalyticsLogging.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
|
BlobMetrics |
BlobMetrics.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.