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)

每個相符帳戶的子總計數量 (含有零件以上郵件)。

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)

每個相符帳戶的子總計數量 (含有零件以上郵件)。