Percentile interface

パーセンタイルを表すインターフェイス。

メソッド

listMetrics(string, string, string, PercentileListMetricsOptionalParams)

指定されたデータベース アカウントの指定されたフィルターによって決定されるメトリックを取得します。 この URL は PBS とレプリケーションの待機時間データ専用です

メソッドの詳細

listMetrics(string, string, string, PercentileListMetricsOptionalParams)

指定されたデータベース アカウントの指定されたフィルターによって決定されるメトリックを取得します。 この URL は PBS とレプリケーションの待機時間データ専用です

function listMetrics(resourceGroupName: string, accountName: string, filter: string, options?: PercentileListMetricsOptionalParams): PagedAsyncIterableIterator<PercentileMetric, PercentileMetric[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

accountName

string

Cosmos DB データベース アカウント名。

filter

string

返されるメトリックのサブセットを記述する OData フィルター式。 フィルター処理できるパラメーターは、name.value (メトリックの名前、1 つまたは複数の名前を持つことができます)、startTime、endTime、timeGrain です。 サポートされている演算子は eq です。

options
PercentileListMetricsOptionalParams

オプション パラメーター。

戻り値