প্রতিটি আউটপুট ফাইলের উপসর্গ হিসেবে ব্যবহৃত স্ট্রিং। একটি ট্রেলিং "/" একটি পথ নির্দেশ করে। রপ্তানি করা ফাইলগুলির ফাইলের নাম এই উপসর্গ থেকে তৈরি করা হবে, প্রতিটি ফাইলের স্থানাঙ্ক একটি মোজাইক (যদি থাকে), এবং ফাইল ফর্ম্যাটের সাথে সম্পর্কিত একটি ফাইল এক্সটেনশন।
রপ্তানি করা টাইলগুলিতে সেট করার অনুমতিগুলি নির্দিষ্ট করে৷ অনির্দিষ্ট হলে, ডিফল্ট DEFAULT_OBJECT_ACL.
bucketCorsUris[]
string
বালতিতে CORS সেটিংসের জন্য হোয়াইটলিস্ট করতে URI-এর ঐচ্ছিক তালিকা। জাভাস্ক্রিপ্টের মাধ্যমে এক্সপোর্ট করা ফাইলগুলি অ্যাক্সেস করতে ওয়েবসাইটগুলিকে সক্ষম করতে ব্যবহৃত হয়।
টাইল পারমিশন
রপ্তানি করা মানচিত্র টাইলস সেট করার অনুমতি.
Enums
TILE_PERMISSIONS_UNSPECIFIED
অনির্দিষ্ট।
PUBLIC
পাবলিক টাইলস লিখুন। কলকারীকে বালতির মালিক হতে হবে।
DEFAULT_OBJECT_ACL
বালতির ডিফল্ট অবজেক্ট ACL ব্যবহার করে টাইলস লিখুন।
[[["সহজে বোঝা যায়","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-03-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Google Cloud Storage can be configured as a destination for Earth Engine exports, allowing users to store their exported data in a specified bucket."],["Users can define a filename prefix, tile permissions (public, default, or unspecified), and optional CORS settings for web access."],["The bucket's default object ACL is used for tile permissions unless otherwise specified, and the filename prefix helps organize the exported files based on coordinates and format."],["If public access to the exported tiles is desired, the user must be an owner of the bucket."]]],["This content defines the configuration for exporting data to Google Cloud Storage. Key information includes the `bucket` name, and a `filenamePrefix` for organizing output files. `Permissions` control access to exported tiles, with options like `PUBLIC` or `DEFAULT_OBJECT_ACL`. An optional list of `bucketCorsUris` can be specified for enabling cross-origin resource sharing, permitting websites to access exported data via JavaScript.\n"]]