Condividi tramite


TableClientConfiguration Class

Definition

Represents the configuration settings associated with CloudTableClient.

public class TableClientConfiguration
type TableClientConfiguration = class
Public Class TableClientConfiguration
Inheritance
TableClientConfiguration

Constructors

TableClientConfiguration()

Initializes a new instance of the TableClientConfiguration class.

Properties

CosmosExecutorConfiguration

The configuration setting used for Azure Cosmos Table service, associated with CloudTableClient to connect to the Azure Cosmos table service.

RestExecutorConfiguration

The configuration setting used for Azure Storage Table service, associated with CloudTableClient to connect to the Azure Storage table service.

Applies to