Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
Logging |
StorageServiceProperties.logging()
Get the logging value.
|
Logging |
Logging.withDelete(boolean delete)
Set the delete value.
|
Logging |
Logging.withRead(boolean read)
Set the read value.
|
Logging |
Logging.withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy value.
|
Logging |
Logging.withVersion(String version)
Set the version value.
|
Logging |
Logging.withWrite(boolean write)
Set the write value.
|
Modifier and Type | Method and Description |
---|---|
StorageServiceProperties |
StorageServiceProperties.withLogging(Logging logging)
Set the logging value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.