TDV Adapter for Gmail

Build 22.0.8462

History

Query History in Gmail.

Table Specific Information

Query the available History

Select

The driver uses the GMail REST API to process search criteria that refer to Id column. The driver processes other filters client-side within the driver.

  • Id supports the '>' operator.

For example, the following queries are processed server side:

SELECT * FROM History WHERE Id > 123

Columns

Name Type References Description
Id [KEY] Long The ID of the mailbox's current history record.
MessagesAdded String Messages added to the mailbox in this history record.
MessagesDeleted String Messages deleted (not Trashed) from the mailbox in this history record.
LabelsAdded String Labels added to messages in this history record.
LabelsRemoved String Labels removed from messages in this history record.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462