DriveDestination
Cấu hình cho một đích đến trong Google Drive.
Biểu diễn dưới dạng JSON |
{
"folder": string,
"filenamePrefix": string
} |
Trường |
folder |
string
Thư mục đích trên Google Drive.
|
filenamePrefix |
string
Chuỗi được dùng làm tiền tố cho mỗi tên tệp đầu ra. Tên tệp của các tệp đã xuất sẽ được tạo từ tiền tố này, toạ độ của từng tệp trong một ảnh ghép (nếu có) và phần mở rộng tệp tương ứng với định dạng tệp.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-03-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]