Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
BlobAnalyticsLogging |
BlobServiceProperties.getLogging()
Get the logging property: Azure Analytics Logging settings.
|
BlobAnalyticsLogging |
BlobAnalyticsLogging.setDelete(boolean delete)
Set the delete property: Indicates whether all delete requests should be logged.
|
BlobAnalyticsLogging |
BlobAnalyticsLogging.setRead(boolean read)
Set the read property: Indicates whether all read requests should be logged.
|
BlobAnalyticsLogging |
BlobAnalyticsLogging.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy which determines how long the associated data should
persist.
|
BlobAnalyticsLogging |
BlobAnalyticsLogging.setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
|
BlobAnalyticsLogging |
BlobAnalyticsLogging.setWrite(boolean write)
Set the write property: Indicates whether all write requests should be logged.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceProperties |
BlobServiceProperties.setLogging(BlobAnalyticsLogging logging)
Set the logging property: Azure Analytics Logging settings.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.