C#
C++
F#
VB
ServiceProperties Class
Class representing a set of properties pertaining to a cloud storage service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Shared.Protocol.::..ServiceProperties
Syntax
Constructors
Name | Description | |
---|---|---|
ServiceProperties()()()() | Initializes a new instance of the ServiceProperties class. | |
ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)(LoggingProperties^, MetricsProperties^, MetricsProperties^, CorsProperties^)(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties)(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties) | Initializes a new instance of the ServiceProperties class. |
Properties
Name | Description | |
---|---|---|
CorsCorsCorsCors | Gets or sets the Cross Origin Resource Sharing (CORS) properties. | |
DefaultServiceVersionDefaultServiceVersionDefaultServiceVersionDefaultServiceVersion | Gets or sets the default service version. | |
HourMetricsHourMetricsHourMetricsHourMetrics | Gets or sets the hour metrics properties. | |
LoggingLoggingLoggingLogging | Gets or sets the logging properties. | |
MinuteMetricsMinuteMetricsMinuteMetricsMinuteMetrics | Gets or sets the minute metrics properties. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | (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.