CloudTableClient.GetServiceProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the service properties for the Table service.
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
Parameters
- requestOptions
- TableRequestOptions
The server timeout, maximum execution time, and retry policies for the operation.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A ServiceProperties object.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET