new_releases עדכונים: בדקו את
נתוני הגרסה כדי לגלות תכונות חדשות ועדכוני מוצרים.
FileInfo
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מידע על קובץ שנשלח ממשתמש אל הנציג.
ייצוג JSON |
{
"mimeType": string,
"fileSizeBytes": integer,
"fileName": string,
"fileUri": string
} |
שדות |
mimeType |
string
סוג ה-MIME של הקובץ.
|
fileSizeBytes |
integer
גודל הקובץ (בבייטים).
|
fileName |
string
שם הקובץ.
|
fileUri |
string
ה-URI של הקובץ.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eThe data describes a file sent by a user, providing key details about it.\u003c/p\u003e\n"],["\u003cp\u003eThe file's MIME type, size in bytes, name, and URI are included in the data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emimeType\u003c/code\u003e is a string field representing the file's MIME type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003efileSizeBytes\u003c/code\u003e represents an integer value indicating the file's size in bytes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003efileName\u003c/code\u003e and \u003ccode\u003efileUri\u003c/code\u003e represent the name and URI of the sent file respectively, and are both strings.\u003c/p\u003e\n"]]],[],null,["# FileInfo\n\nInformation about a file sent from a user to the agent.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------|\n| ``` { \"mimeType\": string, \"fileSizeBytes\": integer, \"fileName\": string, \"fileUri\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------|\n| `mimeType` | `string` MIME type of the file. |\n| `fileSizeBytes` | `integer` Size of file (in bytes). |\n| `fileName` | `string` Name of the file. |\n| `fileUri` | `string` URI of the file. |"]]