CountArtifactsResponse

方法 Matters.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)

每个包含 0 个以上邮件的匹配帐号的小计。

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)

每个包含 0 个以上邮件的匹配帐号的小计。