TableClientConfiguration Class
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.
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. |