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

जब DataScope HELD_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

जब DataScope HELD_DATA है, तो अनुरोध में शामिल इन खातों के लिए क्वेरी नहीं की जाती, क्योंकि ये खाते होल्ड पर नहीं हैं. डेटा के अन्य स्कोप के लिए, यह फ़ील्ड सेट नहीं होता.

accountCountErrors[]

object (AccountCountError)

इन खातों से क्वेरी करते समय गड़बड़ी हुई.

accountCounts[]

object (AccountCount)

मैच करने वाले हर उस खाते के लिए उप-कुल की संख्या जिसमें शून्य से ज़्यादा मैसेज हैं.