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

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Afficher le fichier Open project: Azure/azure-sdk-for-media-services

Méthodes publiques

Méthode 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 méthode

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
Résultat System