Uses of Class
com.azure.storage.blob.models.BlobAnalyticsLogging
Packages that use BlobAnalyticsLogging
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobAnalyticsLogging in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobAnalyticsLoggingModifier and TypeMethodDescriptionstatic BlobAnalyticsLogging
BlobAnalyticsLogging.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobAnalyticsLogging from the XmlReader.static BlobAnalyticsLogging
Reads an instance of BlobAnalyticsLogging from the XmlReader.BlobServiceProperties.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.Methods in com.azure.storage.blob.models with parameters of type BlobAnalyticsLoggingModifier and TypeMethodDescriptionBlobServiceProperties.setLogging
(BlobAnalyticsLogging logging) Set the logging property: Azure Analytics Logging settings.