CloudTableClient.GetServiceProperties Method

Definition

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