Class BlobServiceProperties
Storage Service Properties.
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobServiceProperties
Constructors
BlobServiceProperties()
Creates a new BlobServiceProperties instance
Declaration
public BlobServiceProperties ();
Properties
Cors
The set of CORS rules.
Declaration
public System.Collections.Generic.IList<Azure.Storage.Blobs.Models.BlobCorsRule> Cors { get; set; }
Property Value
IList<BlobCorsRule>
|
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
Declaration
public string DefaultServiceVersion { get; set; }
Property Value
String
|
DeleteRetentionPolicy
the retention policy which determines how long the associated data should persist
Declaration
public Azure.Storage.Blobs.Models.BlobRetentionPolicy DeleteRetentionPolicy { get; set; }
Property Value
BlobRetentionPolicy
|
HourMetrics
a summary of request statistics grouped by API in hour or minute aggregates for blobs
Declaration
public Azure.Storage.Blobs.Models.BlobMetrics HourMetrics { get; set; }
Property Value
BlobMetrics
|
Logging
Azure Analytics Logging settings.
Declaration
public Azure.Storage.Blobs.Models.BlobAnalyticsLogging Logging { get; set; }
Property Value
BlobAnalyticsLogging
|
MinuteMetrics
a summary of request statistics grouped by API in hour or minute aggregates for blobs
Declaration
public Azure.Storage.Blobs.Models.BlobMetrics MinuteMetrics { get; set; }
Property Value
BlobMetrics
|
StaticWebsite
The properties that enable an account to host a static website
Declaration
public Azure.Storage.Blobs.Models.BlobStaticWebsite StaticWebsite { get; set; }
Property Value
BlobStaticWebsite
|