次の方法で共有


CosmosDBAccountResource.GetMetricsPercentileSourceTargetsAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sourceRegion/{sourceRegion}/targetRegion/{targetRegion}/percentile/metrics
  • 操作IdPercentileSourceTarget_ListMetrics
public virtual Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBPercentileMetric> GetMetricsPercentileSourceTargetsAsync (string sourceRegion, string targetRegion, string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetricsPercentileSourceTargetsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBPercentileMetric>
override this.GetMetricsPercentileSourceTargetsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBPercentileMetric>
Public Overridable Function GetMetricsPercentileSourceTargetsAsync (sourceRegion As String, targetRegion As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CosmosDBPercentileMetric)

パラメーター

sourceRegion
String

データの書き込み元のソース リージョン。 単語と各単語の間のスペースが大文字の Cosmos DB リージョン。

targetRegion
String

データの書き込み先のターゲット リージョン。 単語と各単語の間のスペースが大文字の Cosmos DB リージョン。

filter
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の CosmosDBPercentileMetric サービス要求を受け取る可能性がある の非同期コレクション。

例外

sourceRegion または targetRegion が空の文字列であり、空でないと想定されていました。

sourceRegiontargetRegion、または filter が null です。

適用対象