Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
com.microsoft.azure.storage.analytics |
This package contains the storage service analytics classes.
|
Modifier and Type | Method and Description |
---|---|
static LoggingOperations |
LoggingOperations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingOperations[] |
LoggingOperations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<LoggingOperations> |
LoggingProperties.getLogOperationTypes()
Gets an
EnumSet |
Modifier and Type | Method and Description |
---|---|
void |
LoggingProperties.setLogOperationTypes(EnumSet<LoggingOperations> logOperationTypes)
Sets the
for which storage operations should be logged. |
Modifier and Type | Method and Description |
---|---|
Iterable<ListBlobItem> |
CloudAnalyticsClient.listLogBlobs(StorageService service,
Date startTime,
Date endTime,
EnumSet<LoggingOperations> operations,
BlobListingDetails details,
BlobRequestOptions options,
OperationContext operationContext)
Returns an enumerable collection of log blobs, retrieved lazily.
|
Copyright © 2019. All rights reserved.