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: The logging property.
|
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 retentionPolicy property.
|
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: The logging property.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.