C# Class Microsoft.WindowsAzure.MediaServices.Client.StreamingEndPointRequestLogCollection

Represents a collection of Streaming EndPoint Metrics written to Azure Table Storage by the Media Services Telemetry service.
Mostra file Open project: Azure/azure-sdk-for-media-services

Public Methods

Method Description
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.

Private Methods

Method Description
StreamingEndPointRequestLogCollection ( MediaContextBase cloudMediaContext ) : System

Method Details

GetStreamingEndPointMetrics() public method

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.
return ICollection

GetStreamingEndPointMetricsAsync() public method

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.
return Task>