方法的回應定義 Matter.count。
JSON 表示法 |
---|
{ "totalCount": string, // Union field |
欄位 | |
---|---|
totalCount |
訊息總數。 |
聯集欄位 corpus_count_result 。特定服務的詳細計數指標。corpus_count_result 只能是下列其中一項: |
|
mailCountResult |
Gmail 和傳統版 Hangouts 的計算指標。 |
groupsCountResult |
計算「群組」的指標。 |
MailCountResult
Gmail 和傳統版 Hangouts 的計數指標。
JSON 表示法 |
---|
{ "queriedAccountsCount": string, "matchingAccountsCount": string, "nonQueryableAccounts": [ string ], "accountCountErrors": [ { object ( |
欄位 | |
---|---|
queriedAccountsCount |
這項計數作業涉及的帳戶總數。 |
matchingAccountsCount |
可查詢帳戶數量,但訊息數量超過 0 則的帳戶總數。 |
nonQueryableAccounts[] |
當 DataScope 為 HELD_DATA 且帳戶電子郵件明確傳入時,即未查詢要求中的帳戶清單,因為這些帳戶在案件中並未處於保留狀態。其他資料範圍未設定這個欄位。 |
accountCountErrors[] |
查詢這些帳戶時發生錯誤。 |
accountCounts[] |
每個相符帳戶包含超過 0 則訊息的小計數。 |
GroupsCountResult
將特定計數指標分組。
JSON 表示法 |
---|
{ "queriedAccountsCount": string, "matchingAccountsCount": string, "nonQueryableAccounts": [ string ], "accountCountErrors": [ { object ( |
欄位 | |
---|---|
queriedAccountsCount |
這項計數作業涉及的帳戶總數。 |
matchingAccountsCount |
可查詢帳戶數量,但訊息數量超過 0 則的帳戶總數。 |
nonQueryableAccounts[] |
當 DataScope 為 HELD_DATA 時,系統不會查詢要求中的這些帳戶,因為這些帳戶並未處於保留狀態。針對其他資料範圍,系統不會設定這個欄位。 |
accountCountErrors[] |
查詢這些帳戶時發生錯誤。 |
accountCounts[] |
每個相符帳戶包含超過 0 則訊息的小計數。 |