BlobServiceProperties interface
Storage Service Properties.
Properties
blob |
Azure Analytics Logging settings. |
cors | The set of CORS rules. |
default |
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 |
delete |
the retention policy which determines how long the associated data should persist |
hour |
a summary of request statistics grouped by API in hour or minute aggregates for blobs |
minute |
a summary of request statistics grouped by API in hour or minute aggregates for blobs |
static |
The properties that enable an account to host a static website |
Property Details
blobAnalyticsLogging
cors
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