ConfigOptions Properties

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

NameDescription
System_CAPS_pubpropertyCachePolicy

Gets or sets the cache policy describing the HTTP caching headers cache response headers to include in an HttpResponseMessage if no HTTP caching headers have been previously added. The default CachePolicy is set to "no-cache" but can be changed here. If the available cache policies are not sufficient then it is possible to add a custom ICachePolicyProvider to the dependency injection engine.

System_CAPS_pubpropertyCorsPolicy

Gets or sets an attribute used as policy for Cross-Origin requests.

System_CAPS_pubpropertyDiagnosticsAuthorization

Gets or sets the minimum required authorization required to access service diagnostics information. The service diagnostics information is provided by the StatusReporter instances registered with the dependency injection engine.

System_CAPS_pubpropertyExcludedTraceCategories

Sets the set of trace categories that are excluded from being logged. Each trace has a "Category" indicating the origin (i.e. the "source") of the trace. An application may use the LogCategories as suggested categories, or simply leave out the category which will use the value provided by the CallerMemberNameAttribute. A log with a category that matches any of the excluded prefixes will not get logged. By default system logs are not logged to the application logs. This is achieved by excluding logs starting with the prefix " Service. ". If clearing this exclusion, the application will see all system logs in addition to any other logs logged by the application.

System_CAPS_pubpropertyLoginProviders

Sets the ILoginProvider implementations that are participating in the Azure Mobile Service authentication process. The set includes the list of ILoginProvider implementations that are registered by default. The default set can be replaced or augmented by additional ILoginProvider implementations. In order for an entry to be registered as a login provider, it must be a public, visible, non-abstract implementation of ILoginProvider.

System_CAPS_pubpropertyMinimumTraceLevel

Gets or sets the minimum TraceLevel for log entries that will get logged. Logs with a TraceLevel below this level will be ignored. The default for this property is Info.

System_CAPS_pubpropertyProperties

Gets the properties associated with this instance.

System_CAPS_pubpropertyPushAuthorization

Gets or sets the minimum required authorization required to register for and receive push notifications using Notification Hub.

Return to top
Show: