EntityStatusReporter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a StatusReport for table controllers using Entity Framework
public class EntityStatusReporter : Microsoft.WindowsAzure.Mobile.Service.Diagnostics.IStatusReporter
type EntityStatusReporter = class
interface IStatusReporter
Public Class EntityStatusReporter
Implements IStatusReporter
- Inheritance
-
EntityStatusReporter
- Implements
Constructors
EntityStatusReporter() |
Properties
Name |
Provides a concise name for the status report which can be used as a key. The name is used as part of the report to identify who generated the report. |
Methods
GetSqlStatus(StatusReport, ConnectionSettings) | |
GetStatus(HttpConfiguration, ApiServices, CancellationToken) |
Provides status information in the form of an StatusReport to be included in the response of the DiagnosticsController. The information exposed by the DiagnosticsController is access controlled using the ConfigOptions instance. While the information is access controller, be careful not to expose any private or confidential information. |
GetStorageStatus(StatusReport, ConnectionSettings) |
Applies to
Azure SDK for .NET