次の方法で共有


CloudTableClient.GetServiceStats メソッド

定義

セカンダリ Table Service エンドポイントのサービス統計を取得します。

public virtual Microsoft.Azure.Cosmos.Table.ServiceStats GetServiceStats (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions = default, Microsoft.Azure.Cosmos.Table.OperationContext operationContext = default);
abstract member GetServiceStats : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> Microsoft.Azure.Cosmos.Table.ServiceStats
override this.GetServiceStats : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> Microsoft.Azure.Cosmos.Table.ServiceStats
Public Overridable Function GetServiceStats (Optional requestOptions As TableRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As ServiceStats

パラメーター

requestOptions
TableRequestOptions

要求の追加オプションを指定する TableRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

戻り値

ServiceStats オブジェクト。

適用対象