Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Constants.AnalyticsConstants Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Constants for analytics client

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..Constants.::..AnalyticsConstants

Syntax

 
public static class AnalyticsConstants
 
public ref class AnalyticsConstants abstract sealed 
 
[<AbstractClass>]
[<Sealed>]
type AnalyticsConstants = class end
 
Public NotInheritable Class AnalyticsConstants

Fields

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticLoggingVersionV1

Constant for default logging version.

System_CAPS_pubfieldSystem_CAPS_staticLogsContainer

Constant for the logs container.

System_CAPS_pubfieldSystem_CAPS_staticMetricsCapacityBlob

Constant for the blob capacity metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourPrimaryTransactionsBlob

Constant for the blob service primary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourPrimaryTransactionsFile

Constant for the file service primary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourPrimaryTransactionsQueue

Constant for the queue service primary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourPrimaryTransactionsTable

Constant for the table service primary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourSecondaryTransactionsBlob

Constant for the blob service secondary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourSecondaryTransactionsFile

Constant for the file service secondary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourSecondaryTransactionsQueue

Constant for the queue service secondary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsHourSecondaryTransactionsTable

Constant for the table service secondary location hourly metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinutePrimaryTransactionsBlob

Constant for the blob service primary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinutePrimaryTransactionsFile

Constant for the file service primary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinutePrimaryTransactionsQueue

Constant for the queue service primary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinutePrimaryTransactionsTable

Constant for the table service primary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinuteSecondaryTransactionsBlob

Constant for the blob service secondary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinuteSecondaryTransactionsFile

Constant for the file service secondary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinuteSecondaryTransactionsQueue

Constant for the queue service secondary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsMinuteSecondaryTransactionsTable

Constant for the table service secondary location minute metrics table.

System_CAPS_pubfieldSystem_CAPS_staticMetricsVersionV1

Constant for default metrics version.

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