C# 클래스 Microsoft.WindowsAzure.MediaServices.Client.StreamingEndPointRequestLog

A Streaming EndPoint request log metric.
상속: IStreamingEndPointRequestLog
파일 보기 프로젝트 열기: Azure/azure-sdk-for-media-services 1 사용 예제들

비공개 메소드들

메소드 설명
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.