DriveDestination
Google Drive'daki bir hedefin yapılandırması.
JSON gösterimi |
{
"folder": string,
"filenamePrefix": string
} |
Alanlar |
folder |
string
Google Drive hedef klasörü.
|
filenamePrefix |
string
Her çıkış dosya adının ön eki olarak kullanılan dize. Dışa aktarılan dosyaların adları bu önekten, mozaikteki her bir dosyanın koordinatlarından (varsa) ve dosya biçimine karşılık gelen bir dosya uzantısından oluşturulur.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-06 UTC.
[null,null,["Son güncelleme tarihi: 2025-03-06 UTC."],[[["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"]]