CountArtifactsResponse

對 method 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)

每個相符帳戶的訊息小計,且郵件數量超過零。