Data Model
The CData Cmdlets PowerShell Module for HubSpot models HubSpot data as an easy-to-use SQL database with tables, views, and stored procedures.
The cmdlet exposes three schemas:
- See HubSpot Data Model for the available entities in the HubSpot API.
- See HubSpot V3 Data Model for the available entities in the HubSpot V3 API.
- See HubSpot V4 Data Model for the available entities in the HubSpot V4 API.
Batch Operations
The maximum batch size supported by HubSpot's API is 10. Therefore, CData recommends setting the BatchSize connection property to this value. CData does not recommend using a larger value, because it does not improve the performance of the cmdlet.