উত্তরের মধ্যে রয়েছে মোট অ্যাকাউন্টের গণনা, জিজ্ঞাসা করা অ্যাকাউন্ট, ম্যাচিং অ্যাকাউন্ট, অ-কোয়েরিযোগ্য অ্যাকাউন্ট, এবং জিজ্ঞাসা করা অ্যাকাউন্ট ত্রুটি।
ALL
প্রতিক্রিয়াতে TOTAL_COUNTটি এবং অতিরিক্ত অ্যাকাউন্ট ব্রেকডাউনের মতো একই বিবরণ অন্তর্ভুক্ত রয়েছে৷
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Counts the total number of accounts processed within a specified matter using a provided search query."],["The request requires specifying the matter ID and a search query in the request body."],["You can control the level of detail (granularity) in the count results using the `view` parameter."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This outlines a process for counting accounts via a `POST` request to `https://vault.googleapis.com/v1/matters/{matterId}:count`, using gRPC Transcoding syntax. The `matterId` is specified as a path parameter. The request body utilizes a JSON structure to send a `query` object and the desired `view` granularity from `CountResultView`. The `CountResultView` defines the results granularity. A successful request returns an `Operation` instance. Authorization requires the `https://www.googleapis.com/auth/ediscovery` scope.\n"]]