DriveDestination
JSON 表示法 |
{
"folder": string,
"filenamePrefix": string
} |
欄位 |
folder |
string
Google 雲端硬碟目的地資料夾。
|
filenamePrefix |
string
做為每個輸出檔案名稱前置字串的字串。匯出檔案的檔案名稱會根據這個前置字串、馬賽克中每個檔案的座標 (如有),以及相應檔案格式的副檔名建構。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 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"]]