Data Model
The Gmail Adapter models Gmail entities in relational Tables and Stored Procedures. The adapter uses the Gmail API to process supported filters. The adapter processes other filters client-side within the adapter.
Gmail REST Data Model
Gmail REST Data Model describes the schemas available to connect to Gmail REST accounts. You can use tables to work with live Gmail data. You can use stored procedures provided by Gmail Adapter to automate working with Gmail data.
Gmail IMAP Data Model
Gmail IMAP Data Model describes the schemas available to connect to Gmail IMAP accounts. You can use tables to work with live Gmail data. You can use stored procedures provided by Gmail Adapter to automate working with Gmail data.