DriveDestination
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Konfiguration für ein Ziel in Google Drive.
JSON-Darstellung |
{
"folder": string,
"filenamePrefix": string
} |
Felder |
folder |
string
Der Google Drive-Zielordner.
|
filenamePrefix |
string
Der String, der als Präfix für jeden Ausgabedateinamen verwendet wird. Die Dateinamen der exportierten Dateien werden aus diesem Präfix, den Koordinaten der einzelnen Dateien in einem Mosaik (falls vorhanden) und einer Dateiendung gebildet, die dem Dateiformat entspricht.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]