C# Class Microsoft.WindowsAzure.MediaServices.Client.Tests.StreamingEndPointRequsestLogCollectionE2ETest.StreamingEndPointRequestLogEntity

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Mostrar archivo Open project: Azure/azure-sdk-for-media-services

Public Methods

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

Method Details

StreamingEndPointRequestLogEntity() public method

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
return System