একটি নির্দিষ্ট ডেটা উত্সের ফাইল আপলোড, অর্থাৎ, ডেটা উত্স প্রক্রিয়াকরণ শেষ হলে একটি নির্দিষ্ট টাইমস্ট্যাম্পে ডেটা উত্স পুনরুদ্ধারের ফলাফল অ্যাসিঙ্ক্রোনাসভাবে গণনা করা হয়৷ শুধুমাত্র ফাইল ডেটা উৎসের জন্য প্রযোজ্য।
শুধুমাত্র আউটপুট। ইস্যুটির শিরোনাম, উদাহরণস্বরূপ, "আইটেম খুব বড়"।
description
string
শুধুমাত্র আউটপুট। ত্রুটির বিবরণ, উদাহরণস্বরূপ, "আপনার ডেটা উত্সে এমন আইটেম রয়েছে যার অনেকগুলি বৈশিষ্ট্য রয়েছে বা খুব বড়৷ এই আইটেমগুলি বাদ দেওয়া হবে"৷
code
string
শুধুমাত্র আউটপুট। ত্রুটির কোড, উদাহরণস্বরূপ, "validation/invalid_value"। ফেরত "?" যদি কোড অজানা হয়।
[[["সহজে বোঝা যায়","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-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["FileUpload is the asynchronous result of a data source retrieval, containing information about the processing of uploaded files."],["ProcessingState indicates the status of the data source, whether it's being processed, has succeeded, or failed."],["Issue details errors encountered during data source processing, including descriptions, severity, and counts."],["FileUpload provides metrics such as the total, created, and updated items processed, along with the upload timestamp."],["The resource provides a `get` method to retrieve the latest data source file upload details."]]],["File uploads for data sources are processed asynchronously, with results available upon completion. Key information includes the `name`, `dataSourceId`, `processingState`, and any `issues`. The `processingState` can be `FAILED`, `IN_PROGRESS`, or `SUCCEEDED`. Issues have a `title`, `description`, `code`, `count`, and `severity` (`WARNING` or `ERROR`). Data like `itemsTotal`, `itemsCreated`, `itemsUpdated`, and `uploadTime` are also available. The `get` method is available to get the data.\n"]]