次の方法で共有


CloudTableClient.GetServiceProperties メソッド

定義

Table サービスのサービス プロパティを取得します。

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

パラメーター

requestOptions
TableRequestOptions

操作のサーバー タイムアウト、最大実行時間、再試行ポリシー。

operationContext
OperationContext

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

戻り値

ServiceProperties オブジェクト。

適用対象