C# Класс Microsoft.WindowsAzure.MediaServices.Client.StreamingEndPointRequestLogCollection

Represents a collection of Streaming EndPoint Metrics written to Azure Table Storage by the Media Services Telemetry service.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetStreamingEndPointMetrics ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string streamingEndPointId, System.DateTime start, System.DateTime end ) : ICollection

Get metrics for a Media Services Streaming EndPoint.

GetStreamingEndPointMetricsAsync ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string streamingEndPointId, System.DateTime start, System.DateTime end ) : Task>

Get metrics for a Media Services Streaming EndPoint.

Приватные методы

Метод Описание
StreamingEndPointRequestLogCollection ( MediaContextBase cloudMediaContext ) : System

Описание методов

GetStreamingEndPointMetrics() публичный Метод

Get metrics for a Media Services Streaming EndPoint.
public GetStreamingEndPointMetrics ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string streamingEndPointId, System.DateTime start, System.DateTime end ) : ICollection
endpointAddress string The Telemetry endpoint address
storageAccountKey string The Storage account key.
mediaServicesAccountId string The Media Services account Id.
streamingEndPointId string The Streaming EndPoint ID
start System.DateTime The start time.
end System.DateTime The end time.
Результат ICollection

GetStreamingEndPointMetricsAsync() публичный Метод

Get metrics for a Media Services Streaming EndPoint.
public GetStreamingEndPointMetricsAsync ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string streamingEndPointId, System.DateTime start, System.DateTime end ) : Task>
endpointAddress string The Telemetry endpoint address
storageAccountKey string The Storage account key.
mediaServicesAccountId string The Media Services account Id.
streamingEndPointId string The Streaming EndPoint ID
start System.DateTime The start time.
end System.DateTime The end time.
Результат Task>