ServiceProperties Class

Definition

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

public sealed class ServiceProperties
type ServiceProperties = class
Public NotInheritable Class ServiceProperties
Inheritance
ServiceProperties

Constructors

ServiceProperties()

Initializes a new instance of the ServiceProperties class.

ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties, DeleteRetentionPolicy)

Initializes a new instance of the ServiceProperties class.

ServiceProperties(LoggingProperties, MetricsProperties, MetricsProperties, CorsProperties, DeleteRetentionPolicy, StaticWebsiteProperties)

Initializes a new instance of the ServiceProperties class.

Properties

Cors

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

DefaultServiceVersion

Gets or sets the default service version.

DeleteRetentionPolicy

Gets or sets the delete retention policy.

HourMetrics

Gets or sets the hour metrics properties.

Logging

Gets or sets the logging properties.

MinuteMetrics

Gets or sets the minute metrics properties.

StaticWebsite

Gets or sets the Static Website properties

Applies to