BlobServiceProperties interface

Storage Service Properties.

Properties

blobAnalyticsLogging

Azure Analytics Logging settings.

cors

The set of CORS rules.

defaultServiceVersion

The default version to use for requests to the Blob service if an incoming request's version is not specified. Possible values include version 2008-10-27 and all more recent versions

deleteRetentionPolicy

the retention policy which determines how long the associated data should persist

hourMetrics

a summary of request statistics grouped by API in hour or minute aggregates for blobs

minuteMetrics

a summary of request statistics grouped by API in hour or minute aggregates for blobs

staticWebsite

The properties that enable an account to host a static website

Property Details

blobAnalyticsLogging

Azure Analytics Logging settings.

blobAnalyticsLogging?: Logging

Property Value

cors

The set of CORS rules.

cors?: CorsRule[]

Property Value

defaultServiceVersion

The default version to use for requests to the Blob service if an incoming request's version is not specified. Possible values include version 2008-10-27 and all more recent versions

defaultServiceVersion?: string

Property Value

string

deleteRetentionPolicy

the retention policy which determines how long the associated data should persist

deleteRetentionPolicy?: RetentionPolicy

Property Value

hourMetrics

a summary of request statistics grouped by API in hour or minute aggregates for blobs

hourMetrics?: Metrics

Property Value

minuteMetrics

a summary of request statistics grouped by API in hour or minute aggregates for blobs

minuteMetrics?: Metrics

Property Value

staticWebsite

The properties that enable an account to host a static website

staticWebsite?: StaticWebsite

Property Value