Provides a client-side logical representation for Microsoft Azure Storage Analytics.
This client is used to configure and execute requests against storage analytics.
Namespace:
Microsoft.WindowsAzure.Storage.AnalyticsAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..Object Microsoft.WindowsAzure.Storage.Analytics.::..CloudAnalyticsClientSyntax
public sealed class CloudAnalyticsClient
public ref class CloudAnalyticsClient sealed
[<Sealed>]
type CloudAnalyticsClient = class end
Public NotInheritable Class CloudAnalyticsClient
Methods
| Name | Description |
---|
| CreateCapacityQuery()()()() | Creates a TableQuery object for querying the Blob service capacity table. |
| CreateHourMetricsQuery(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation) | Creates a TableQuery object for querying an hourly metrics log table. |
| CreateMinuteMetricsQuery(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation) | Creates a TableQuery object for querying a minute metrics log table. |
| Equals(Object)(Object^)(Object)(Object) | |
| GetCapacityTable()()()() | Gets the capacity metrics table for the Blob service. |
| GetHashCode()()()() | |
| GetHourMetricsTable(StorageService)(StorageService)(StorageService)(StorageService) | Gets the hourly metrics table for the specified storage service. |
| GetHourMetricsTable(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation) | Gets the hourly metrics table for the specified storage service. |
| GetLogDirectory(StorageService)(StorageService)(StorageService)(StorageService) | |
| GetMinuteMetricsTable(StorageService)(StorageService)(StorageService)(StorageService) | Gets the minute metrics table for the specified storage service. |
| GetMinuteMetricsTable(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation) | Gets the minute metrics table for the specified storage service. |
| GetType()()()() | |
| ToString()()()() | |
Remarks
The analytics service client encapsulates the endpoints for the Blob and Table services. It also encapsulates
credentials for accessing the storage account.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top