Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BlobServiceProperties interface
- Package:
- @azure/storage-blob
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
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
