ডিভাইসগুলির সাথে সংযুক্ত রিসেলার মেটাডেটার একটি ব্যাচ অ্যাসিঙ্ক্রোনাসভাবে আপডেট করতে একটি দীর্ঘ-চলমান অপারেশনের স্থিতি ট্র্যাক করে৷ আরও জানতে, দীর্ঘ-চলমান ব্যাচ অপারেশনগুলি পড়ুন।
অপারেশন প্রক্রিয়াকরণ অগ্রগতি. 0 থেকে 100 পর্যন্ত একটি সংখ্যা হিসাবে পরিমাপ করা হয়। 10O এর মান সর্বদা অপারেশন সম্পন্ন হওয়াকে বোঝায় না - একটি done ক্ষেত্রের অন্তর্ভুক্তির জন্য পরীক্ষা করুন।
devicesCount
integer
অপারেশনে মেটাডেটা আপডেটের সংখ্যা। এপিআই যদি কিছু আপডেট পার্স করতে না পারে তবে অনুরোধের আপডেটের সংখ্যা থেকে এটি আলাদা হতে পারে।
[[["সহজে বোঝা যায়","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"]],["2024-11-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This page describes the JSON representation for tracking the status of a long-running operation to update reseller metadata in batches."],["The `processingStatus` field indicates the current status of the batch operation, utilizing a specific enumerated type."],["The `progress` field shows the completion percentage of the operation, ranging from 0 to 100, but 100% may not indicate that the operation is complete."],["The `devicesCount` field specifies the total number of metadata updates included in the operation, which can differ from the number requested."]]],["This document describes the structure for tracking asynchronous batch operations that update device metadata. Key information includes: `processingStatus`, which indicates the operation's state; `progress`, an integer from 0 to 100 representing the completion percentage; and `devicesCount`, the total number of metadata updates attempted. The JSON representation provides a structure with those fields. The operation status should be checked, and the completion of 100 of progress does not guarantee completion.\n"]]