C# Class Microsoft.WindowsAzure.MediaServices.Client.StreamingEndPointRequestLog

A Streaming EndPoint request log metric.
Inheritance: IStreamingEndPointRequestLog
Mostra file Open project: Azure/azure-sdk-for-media-services Class Usage Examples

Private Methods

Method Description
FromTableEntity ( Microsoft.WindowsAzure.Storage.Table.DynamicTableEntity entity ) : StreamingEndPointRequestLog

Creates a StreamingEndpointRequestLog object from a Azure Table Storage row.

StreamingEndPointRequestLog ( string partitionKey, string rowKey, System.Guid accountId, System.Guid streamingEndpointId, System.DateTime observedTime, string hostName, int statusCode, string resultCode, int requestCount, long bytesSent, int serverLatency, int endToEndLatency ) : System

Initializes a new instance of the StreamingEndpointRequestLog class.