- JSON 表示法
- MailCountResult
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- GroupsCountResult
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
方法 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 |
可查询且包含零条以上消息的账号总数。 |
nonQueryableAccounts[] |
当 DataScope 为 HELD_DATA 且明确传入账号电子邮件地址时,此字段代表请求中不会查询的账号列表(因为这些账号未在诉讼或调查中处于保全状态)。对于其他数据范围,此字段未设置。 |
accountCountErrors[] |
查询这些账号时出错。 |
accountCounts[] |
每个匹配账号包含零条以上邮件的小计计数。 |
GroupsCountResult
对特定计数指标进行分组。
JSON 表示法 |
---|
{ "queriedAccountsCount": string, "matchingAccountsCount": string, "nonQueryableAccounts": [ string ], "accountCountErrors": [ { object ( |
字段 | |
---|---|
queriedAccountsCount |
此计数操作所涉及的账号总数。 |
matchingAccountsCount |
可查询且包含零条以上消息的账号总数。 |
nonQueryableAccounts[] |
当 DataScope 为 HELD_DATA 时,系统不会查询请求中的这些账号,因为它们没有处于保全状态。对于其他数据范围,此字段未设置。 |
accountCountErrors[] |
查询这些账号时出错。 |
accountCounts[] |
每个匹配账号包含零条以上邮件的小计计数。 |