DriveDestination
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การกําหนดค่าสําหรับปลายทางใน Google ไดรฟ์
การแสดง JSON |
{
"folder": string,
"filenamePrefix": string
} |
ช่อง |
folder |
string
โฟลเดอร์ปลายทางใน Google ไดรฟ์
|
filenamePrefix |
string
สตริงที่ใช้เป็นคำนำหน้าสำหรับชื่อไฟล์เอาต์พุตแต่ละรายการ ระบบจะสร้างชื่อไฟล์ของไฟล์ที่ส่งออกจากคำนำหน้านี้ พิกัดของไฟล์แต่ละไฟล์ในภาพโมเสค (หากมี) และนามสกุลไฟล์ที่สอดคล้องกับรูปแบบไฟล์
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eDefines the configuration required for exporting data to a Google Drive destination.\u003c/p\u003e\n"],["\u003cp\u003eSpecifies a target folder (\u003ccode\u003efolder\u003c/code\u003e) and a filename prefix (\u003ccode\u003efilenamePrefix\u003c/code\u003e) for organizing output files.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efilenamePrefix\u003c/code\u003e is combined with other relevant information to construct unique filenames for exported data.\u003c/p\u003e\n"]]],["The configuration for Google Drive destination involves two key fields: `folder` and `filenamePrefix`. `folder` specifies the target Google Drive folder for file storage. `filenamePrefix` determines the initial part of each output file's name. The complete filename will be built by combining this prefix with file coordinates and the appropriate file extension. The provided configuration uses a JSON structure with the specified fields to achieve the destination setup.\n"],null,["# DriveDestination\n\nConfiguration for a destination in Google Drive.\n\n| JSON representation |\n|--------------------------------------------------------|\n| ``` { \"folder\": string, \"filenamePrefix\": string } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `folder` | `string` The Google Drive destination folder. |\n| `filenamePrefix` | `string` The string used as the prefix for each output filename. 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. |"]]