Uses of Class
com.azure.storage.blob.models.BlobAnalyticsLogging
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobAnalyticsLogging in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobServiceProperties.getLogging()
Get the logging property: Azure Analytics Logging settings.BlobAnalyticsLogging.setDelete
(boolean delete) Set the delete property: Indicates whether all delete requests should be logged.BlobAnalyticsLogging.setRead
(boolean read) Set the read property: Indicates whether all read requests should be logged.BlobAnalyticsLogging.setRetentionPolicy
(BlobRetentionPolicy retentionPolicy) Set the retentionPolicy property: the retention policy which determines how long the associated data should persist.BlobAnalyticsLogging.setVersion
(String version) Set the version property: The version of Storage Analytics to configure.BlobAnalyticsLogging.setWrite
(boolean write) Set the write property: Indicates whether all write requests should be logged.Modifier and TypeMethodDescriptionBlobServiceProperties.setLogging
(BlobAnalyticsLogging logging) Set the logging property: Azure Analytics Logging settings.