Share via


service_properties Class

Class representing a set of properties pertaining to the Blob, Queue, or Table service.

class service_properties;

Members

Public Classes

Name Description

service_properties::cors_rule Class

Class representing the service properties pertaining to CORS.

service_properties::logging_properties Class

An object representing the service properties pertaining to logging.

service_properties::metrics_properties Class

An object representing the service properties pertaining to metrics.

Public Constructors

Name Description

service_properties::service_properties Constructor

Overloaded. Initializes a new instance of the service_properties class.

Public Methods

Name Description

service_properties::cors Method

Overloaded. Gets the Cross Origin Resource Sharing (CORS) properties for the service.

service_properties::default_service_version Method

Gets the default service version for the Blob service.

service_properties::hour_metrics Method

Overloaded. Gets the hour metrics properties for the service.

service_properties::logging Method

Overloaded. Gets the logging properties for the service.

service_properties::minute_metrics Method

Overloaded. Gets the minute metrics properties for the service.

service_properties::set_cors Method

Sets the Cross Origin Resource Sharing (CORS) properties for the service.

service_properties::set_default_service_version Method

Sets the default service version for the Blob service.

service_properties::set_hour_metrics Method

Sets the hour metrics properties for the service.

service_properties::set_logging Method

Sets the logging properties for the service.

service_properties::set_minute_metrics Method

Sets the minute metrics properties for the service.

Public Operators

Name Description

service_properties::operator= Operator

Returns a reference to a service_properties object.

Inheritance Hierarchy

service_properties

Requirements

Header: common.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace