ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
CloudStorageDestination
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google ক্লাউড স্টোরেজে একটি গন্তব্যের জন্য কনফিগারেশন।
JSON প্রতিনিধিত্ব |
---|
{
"bucket": string,
"filenamePrefix": string,
"permissions": enum (TilePermissions ),
"bucketCorsUris": [
string
]
} |
ক্ষেত্র |
---|
bucket | string Google ক্লাউড স্টোরেজ গন্তব্য বালতি। |
filenamePrefix | string প্রতিটি আউটপুট ফাইলের উপসর্গ হিসেবে ব্যবহৃত স্ট্রিং। একটি ট্রেলিং "/" একটি পথ নির্দেশ করে। রপ্তানি করা ফাইলগুলির ফাইলের নাম এই উপসর্গ থেকে তৈরি করা হবে, প্রতিটি ফাইলের স্থানাঙ্ক একটি মোজাইক (যদি থাকে), এবং ফাইল ফর্ম্যাটের সাথে সম্পর্কিত একটি ফাইল এক্সটেনশন। |
permissions | enum ( TilePermissions ) রপ্তানি করা টাইলগুলিতে সেট করার অনুমতিগুলি নির্দিষ্ট করে৷ অনির্দিষ্ট হলে, ডিফল্ট DEFAULT_OBJECT_ACL. |
bucketCorsUris[] | string বালতিতে CORS সেটিংসের জন্য হোয়াইটলিস্ট করতে URI-এর ঐচ্ছিক তালিকা। জাভাস্ক্রিপ্টের মাধ্যমে এক্সপোর্ট করা ফাইলগুলি অ্যাক্সেস করতে ওয়েবসাইটগুলিকে সক্ষম করতে ব্যবহৃত হয়। |
টাইল পারমিশন
রপ্তানি করা মানচিত্র টাইলস সেট করার অনুমতি.
Enums |
---|
TILE_PERMISSIONS_UNSPECIFIED | অনির্দিষ্ট। |
PUBLIC | পাবলিক টাইলস লিখুন। কলকারীকে বালতির মালিক হতে হবে। |
DEFAULT_OBJECT_ACL | বালতির ডিফল্ট অবজেক্ট ACL ব্যবহার করে টাইলস লিখুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eExports data to Google Cloud Storage, defining the destination bucket, file prefix, and permissions.\u003c/p\u003e\n"],["\u003cp\u003eAllows customizing file naming with a prefix and automatically incorporates mosaic coordinates and file extensions.\u003c/p\u003e\n"],["\u003cp\u003eOffers control over tile permissions, including public access and using bucket defaults.\u003c/p\u003e\n"],["\u003cp\u003eOptionally enables cross-origin resource sharing (CORS) by whitelisting specific URIs for web access to exported files.\u003c/p\u003e\n"]]],[],null,["# CloudStorageDestination\n\nConfiguration for a destination in Google Cloud Storage.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"bucket\": string, \"filenamePrefix\": string, \"permissions\": enum (/earth-engine/reference/rest/v1/CloudStorageDestination#TilePermissions), \"bucketCorsUris\": [ string ] } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `bucket` | `string` The Google Cloud Storage destination bucket. |\n| `filenamePrefix` | `string` The string used as the prefix for each output file. A trailing \"/\" indicates a path. The filenames of the exported files will be constructed from this prefix, the coordinates of each file in a mosaic (if any), and a file extension corresponding to the file format. |\n| `permissions` | `enum (`[TilePermissions](/earth-engine/reference/rest/v1/CloudStorageDestination#TilePermissions)`)` Specifies the permissions to set on the exported tiles. If unspecified, defaults to DEFAULT_OBJECT_ACL. |\n| `bucketCorsUris[]` | `string` Optional list of URIs to whitelist for the CORS settings on the bucket. Used to enable websites to access exported files via JavaScript. |\n\nTilePermissions\n---------------\n\nPermissions to set on exported map tiles.\n\n| Enums ||\n|--------------------------------|-----------------------------------------------------------------------|\n| `TILE_PERMISSIONS_UNSPECIFIED` | Unspecified. |\n| `PUBLIC` | Write public tiles. Requires the caller to be an OWNER of the bucket. |\n| `DEFAULT_OBJECT_ACL` | Write tiles using the bucket's default object ACL. |"]]