DriveDestination
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגדרה של יעד ב-Google Drive.
ייצוג ב-JSON |
{
"folder": string,
"filenamePrefix": string
} |
שדות |
folder |
string
תיקיית היעד ב-Google Drive.
|
filenamePrefix |
string
המחרוזת שמשמשת כקידומת לכל שם קובץ פלט. שמות הקבצים שיוצאו ייוצרו מהתחילית הזו, מהקואורדינטות של כל קובץ במוזאיקה (אם יש כזו) ומהסיומת של הקובץ בהתאם לפורמט הקובץ.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]