Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Class representing a set of properties pertaining to a cloud storage service.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..ServiceProperties

Syntax

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

Properties

NameDescription
System_CAPS_pubpropertyCorsCorsCorsCors

Gets or sets the Cross Origin Resource Sharing (CORS) properties.

System_CAPS_pubpropertyDefaultServiceVersionDefaultServiceVersionDefaultServiceVersionDefaultServiceVersion

Gets or sets the default service version.

System_CAPS_pubpropertyHourMetricsHourMetricsHourMetricsHourMetrics

Gets or sets the hour metrics properties.

System_CAPS_pubpropertyLoggingLoggingLoggingLogging

Gets or sets the logging properties.

System_CAPS_pubpropertyMinuteMetricsMinuteMetricsMinuteMetricsMinuteMetrics

Gets or sets the minute metrics properties.

Methods

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

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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