| Package | Description | 
|---|---|
| com.microsoft.azure.storage.analytics | 
 This package contains the storage service analytics classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<LogRecord> | 
CloudAnalyticsClient.listLogRecords(StorageService service)
Returns an enumerable collection of log records, retrieved lazily. 
 | 
Iterable<LogRecord> | 
CloudAnalyticsClient.listLogRecords(StorageService service,
              Date startTime,
              Date endTime,
              BlobRequestOptions options,
              OperationContext operationContext)
Returns an enumerable collection of log records, retrieved lazily. 
 | 
static Iterable<LogRecord> | 
CloudAnalyticsClient.parseLogBlob(ListBlobItem logBlob)
Returns an enumerable collection of log records, retrieved lazily. 
 | 
static Iterable<LogRecord> | 
CloudAnalyticsClient.parseLogBlobs(Iterable<ListBlobItem> logBlobs)
Returns an enumerable collection of log records, retrieved lazily. 
 | 
Copyright © 2019. All rights reserved.