azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::BlobServiceProperties Struct Referencefinal

Properties of blob service.

#include <blob_rest_client.hpp>

Public Attributes

AnalyticsLogging Logging
 
Metrics HourMetrics
 
Metrics MinuteMetrics
 
std::vector< CorsRuleCors
 
Azure::Nullable< std::string > DefaultServiceVersion
 
RetentionPolicy DeleteRetentionPolicy
 
Models::StaticWebsite StaticWebsite
 

Member Data Documentation

◆ Cors

std::vector<CorsRule> Azure::Storage::Blobs::Models::BlobServiceProperties::Cors

CORS rules set.

◆ DefaultServiceVersion

Azure::Nullable<std::string> Azure::Storage::Blobs::Models::BlobServiceProperties::DefaultServiceVersion

The default API version used to handle blob service requests if API version is not specified in the request header.

◆ DeleteRetentionPolicy

RetentionPolicy Azure::Storage::Blobs::Models::BlobServiceProperties::DeleteRetentionPolicy

Retention policy that determines how long the associated data should persist.

◆ HourMetrics

Metrics Azure::Storage::Blobs::Models::BlobServiceProperties::HourMetrics

Summary of request statistics grouped by API in hour aggregates for blobs.

◆ Logging

AnalyticsLogging Azure::Storage::Blobs::Models::BlobServiceProperties::Logging

Azure analytics logging settings.

◆ MinuteMetrics

Metrics Azure::Storage::Blobs::Models::BlobServiceProperties::MinuteMetrics

Summary of request statistics grouped by API in minute aggregates for blobs.

◆ StaticWebsite

Models::StaticWebsite Azure::Storage::Blobs::Models::BlobServiceProperties::StaticWebsite

The properties that enable an storage account to host a static website.


The documentation for this struct was generated from the following file: