This interface defines virtual methods for each of the user-facing overload sets in TableServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TableServiceClient.
To create a concrete instance, see MakeTableServiceConnection().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `TableServiceConnection` object defines virtual methods for user-facing overload sets within `TableServiceClient`, allowing for custom behavior injection during testing."],["The latest version available is 2.37.0-rc, with several prior versions listed, including 2.36.0, 2.35.0, 2.34.0, 2.33.0, 2.32.0, 2.31.0, 2.30.0, 2.29.0, 2.28.0, and 2.27.0."],["`TableServiceConnection` includes virtual functions for managing tables, such as `GetTable`, `InsertTable`, `PatchTable`, `UpdateTable`, `DeleteTable`, and `ListTables`, that accept different requests."],["`MakeTableServiceConnection()` can be used to create a concrete instance of `TableServiceConnection`, while `MockTableServiceConnection` is available for mocking purposes."],["The `options()` function returns the type `Options`."]]],[]]