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-03-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Defines the configuration required for exporting data to a Google Drive destination."],["Specifies a target folder (`folder`) and a filename prefix (`filenamePrefix`) for organizing output files."],["The `filenamePrefix` is combined with other relevant information to construct unique filenames for exported data."]]],["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"]]