Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
RetentionPolicy |
StorageServiceProperties.deleteRetentionPolicy()
Get the deleteRetentionPolicy value.
|
RetentionPolicy |
Metrics.retentionPolicy()
Get the retentionPolicy value.
|
RetentionPolicy |
Logging.retentionPolicy()
Get the retentionPolicy value.
|
RetentionPolicy |
RetentionPolicy.withDays(Integer days)
Set the days value.
|
RetentionPolicy |
RetentionPolicy.withEnabled(boolean enabled)
Set the enabled value.
|
Modifier and Type | Method and Description |
---|---|
StorageServiceProperties |
StorageServiceProperties.withDeleteRetentionPolicy(RetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy value.
|
Metrics |
Metrics.withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy value.
|
Logging |
Logging.withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.