IStreamingEndPointRequestLog Interface

 

A Streaming EndPoint request log metric.

Namespace:   Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

public interface IStreamingEndPointRequestLog
public interface class IStreamingEndPointRequestLog
type IStreamingEndPointRequestLog = interface end
Public Interface IStreamingEndPointRequestLog

Properties

Name Description
System_CAPS_pubproperty AccountId

Gets the Media Services account ID.

System_CAPS_pubproperty BytesSent

Gets the bytes sent.

System_CAPS_pubproperty EndToEndLatency

Gets the end to end request time.

System_CAPS_pubproperty HostName

Gets the Streaming Endpoint host name.

System_CAPS_pubproperty ObservedTime

Gets the observed time of the metric.

System_CAPS_pubproperty PartitionKey

Gets the partition key of the record.

System_CAPS_pubproperty RequestCount

Gets the request count.

System_CAPS_pubproperty ResultCode

Gets the result code.

System_CAPS_pubproperty RowKey

Gets the row key of the record.

System_CAPS_pubproperty ServerLatency

Gets the server latency.

System_CAPS_pubproperty StatusCode

Gets the status code.

System_CAPS_pubproperty StreamingEndpointId

Gets the Media Services Streaming Endpoint ID.

See Also

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top