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.
Afficher le fichier Open project: Azure/azure-sdk-for-media-services

Méthodes publiques

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

Méthode Description
StreamingEndPointRequestLogCollection ( MediaContextBase cloudMediaContext ) : System

Method Details

GetStreamingEndPointMetrics() public méthode

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.
Résultat ICollection

GetStreamingEndPointMetricsAsync() public méthode

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.
Résultat Task>