History
Query History in Gmail.
テーブル固有の情報
利用可能なHistory をクエリします。
Select
ドライバーはGmail REST API を使用して、Id カラムを参照する検索条件を処理します。ドライバーは他のフィルタを、ドライバー内のクライアントサイドで処理します。
- Id '>' 演算子をサポート。
例えば、次のクエリはサーバーサイドで処理されます。
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. |