AZSServiceProperties Class Reference

Inherits from NSObject
Declared in AZSServiceProperties.h
AZSServiceProperties.m

Overview

Represents the analytics properties for the service

  logging

The service logging properties.

@property (strong, AZSNullable) AZSLoggingProperties *logging

Discussion

The service logging properties.

Declared In

AZSServiceProperties.h

  hourMetrics

The service hour metrics properties.

@property (strong, AZSNullable) AZSMetricsProperties *hourMetrics

Discussion

The service hour metrics properties.

Declared In

AZSServiceProperties.h

  minuteMetrics

The service minute metrics properties.

@property (strong, AZSNullable) AZSMetricsProperties *minuteMetrics

Discussion

The service minute metrics properties.

Declared In

AZSServiceProperties.h

  corsRules

The Cross Origin Resource Sharing (CORS) properties.

@property (strong, AZSNullable) NSMutableArray *corsRules

Discussion

The Cross Origin Resource Sharing (CORS) properties.

Declared In

AZSServiceProperties.h

  defaultServiceVersion

The default service version, or null if no default is specified.

@property (copy, AZSNullable) NSString *defaultServiceVersion

Discussion

The default service version, or null if no default is specified.

Declared In

AZSServiceProperties.h