你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudTableClient.GetServiceProperties 方法

定义

获取表服务的服务属性。

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 对象。

适用于