CloudTableClient.GetServiceProperties Método

Definición

Obtiene las propiedades de servicio para 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

Parámetros

requestOptions
TableRequestOptions

Tiempo de espera del servidor, tiempo de ejecución máximo y directivas de reintento para la operación.

operationContext
OperationContext

Objeto OperationContext que representa el contexto para la operación actual.

Devoluciones

Un objeto ServiceProperties.

Se aplica a