CountArtifactsResponse

方法 Matter.count 的响应定义。

JSON 表示法
{
  "totalCount": string,

  // Union field corpus_count_result can be only one of the following:
  "mailCountResult": {
    object (MailCountResult)
  },
  "groupsCountResult": {
    object (GroupsCountResult)
  }
  // End of list of possible types for union field corpus_count_result.
}
字段
totalCount

string (int64 format)

消息总数。

联合字段 corpus_count_result。特定服务的详细计数指标。corpus_count_result 只能是下列其中一项:
mailCountResult

object (MailCountResult)

统计 Gmail 和传统版 Hangouts 的指标。

groupsCountResult

object (GroupsCountResult)

统计群组的指标数量。

MailCountResult

Gmail 和传统版 Hangouts 的专用统计指标。

JSON 表示法
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
字段
queriedAccountsCount

string (int64 format)

此计数操作所涉及的账号总数。

matchingAccountsCount

string (int64 format)

可查询且包含零条以上消息的账号总数。

nonQueryableAccounts[]

string

DataScopeHELD_DATA 且明确传入账号电子邮件地址时,此字段代表请求中不会查询的账号列表(因为这些账号未在诉讼或调查中处于保全状态)。对于其他数据范围,此字段未设置。

accountCountErrors[]

object (AccountCountError)

查询这些账号时出错。

accountCounts[]

object (AccountCount)

每个匹配账号包含零条以上邮件的小计计数。

GroupsCountResult

对特定计数指标进行分组。

JSON 表示法
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
字段
queriedAccountsCount

string (int64 format)

此计数操作所涉及的账号总数。

matchingAccountsCount

string (int64 format)

可查询且包含零条以上消息的账号总数。

nonQueryableAccounts[]

string

DataScopeHELD_DATA 时,系统不会查询请求中的这些账号,因为它们没有处于保全状态。对于其他数据范围,此字段未设置。

accountCountErrors[]

object (AccountCountError)

查询这些账号时出错。

accountCounts[]

object (AccountCount)

每个匹配账号包含零条以上邮件的小计计数。