client Module
Classes
| DataverseClient |
High-level client for Microsoft Dataverse operations. This client provides a simple, stable interface for interacting with Dataverse environments through the Web API. It handles authentication via Azure Identity and delegates HTTP operations to an internal <xref:PowerPlatform.Dataverse.data._odata._ODataClient>. Key capabilities:
Note The client lazily initializes its internal OData client on first use, allowing lightweight construction without immediate network calls. |