Package version:

Interface BlobServiceProperties

Storage Service Properties.

interface BlobServiceProperties {
    blobAnalyticsLogging?: Logging;
    cors?: {};
    defaultServiceVersion?: string;
    deleteRetentionPolicy?: RetentionPolicy;
    hourMetrics?: Metrics;
    minuteMetrics?: Metrics;
    staticWebsite?: StaticWebsite;
}

Properties

blobAnalyticsLogging?: Logging

Azure Analytics Logging settings.

cors?: {}

The set of CORS rules.

defaultServiceVersion?: string

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?: RetentionPolicy

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

hourMetrics?: Metrics

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

minuteMetrics?: Metrics

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

staticWebsite?: StaticWebsite

The properties that enable an account to host a static website