C# 클래스 Microsoft.WindowsAzure.MediaServices.Client.Tests.StreamingEndPointRequsestLogCollectionE2ETest.StreamingEndPointRequestLogEntity

상속: Microsoft.WindowsAzure.Storage.Table.TableEntity
파일 보기 프로젝트 열기: Azure/azure-sdk-for-media-services

공개 메소드들

메소드 설명
StreamingEndPointRequestLogEntity ( string partitionKey, string rowKey, System.DateTime observedTime, string hostName, int statusCode, string resultCode, int requestCount, long bytesSent, int serverLatency, int endToEndLatency ) : System

메소드 상세

StreamingEndPointRequestLogEntity() 공개 메소드

public StreamingEndPointRequestLogEntity ( string partitionKey, string rowKey, System.DateTime observedTime, string hostName, int statusCode, string resultCode, int requestCount, long bytesSent, int serverLatency, int endToEndLatency ) : System
partitionKey string
rowKey string
observedTime System.DateTime
hostName string
statusCode int
resultCode string
requestCount int
bytesSent long
serverLatency int
endToEndLatency int
리턴 System