Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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.Analytics
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Analytics.::..CloudAnalyticsClient

Syntax

 
public sealed class CloudAnalyticsClient
 
public ref class CloudAnalyticsClient sealed 
 
[<Sealed>]
type CloudAnalyticsClient = class end
 
Public NotInheritable Class CloudAnalyticsClient

Constructors

NameDescription
System_CAPS_pubmethodCloudAnalyticsClient(StorageUri, StorageUri, StorageCredentials)(StorageUri^, StorageUri^, StorageCredentials^)(StorageUri, StorageUri, StorageCredentials)(StorageUri, StorageUri, StorageCredentials)

Initializes a new instance of the CloudAnalyticsClient class using the specified Blob and Table service endpoints and account credentials.

Methods

NameDescription
System_CAPS_pubmethodCreateCapacityQuery()()()()

Creates a TableQuery object for querying the Blob service capacity table.

System_CAPS_pubmethodCreateHourMetricsQuery(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)

Creates a TableQuery object for querying an hourly metrics log table.

System_CAPS_pubmethodCreateMinuteMetricsQuery(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)

Creates a TableQuery object for querying a minute metrics log table.

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetCapacityTable()()()()

Gets the capacity metrics table for the Blob service.

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHourMetricsTable(StorageService)(StorageService)(StorageService)(StorageService)

Gets the hourly metrics table for the specified storage service.

System_CAPS_pubmethodGetHourMetricsTable(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)

Gets the hourly metrics table for the specified storage service.

System_CAPS_pubmethodGetLogDirectory(StorageService)(StorageService)(StorageService)(StorageService)

Gets a CloudBlobDirectory object containing the logs for the specified storage service.

System_CAPS_pubmethodGetMinuteMetricsTable(StorageService)(StorageService)(StorageService)(StorageService)

Gets the minute metrics table for the specified storage service.

System_CAPS_pubmethodGetMinuteMetricsTable(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)(StorageService, StorageLocation)

Gets the minute metrics table for the specified storage service.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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