CloudAnalyticsClient Class (Microsoft.WindowsAzure.Storage.Analytics)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudAnalyticsClient Class
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
Constructors
Name Description 
CloudAnalyticsClient(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
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
Provides a client-side logical representation for Microsoft Azure Storage Analytics. This client is used to configure and execute requests against storage analytics.
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Analytics.::..CloudAnalyticsClient
Syntax
Constructors
| Name | Description | |
|---|---|---|
| CloudAnalyticsClient(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
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.