קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: DriveActivity
פעילות אחת ב-Drive שמורכבת מפעולה אחת או יותר של משתמש אחד או יותר ביעד אחד או יותר. חלק מקבוצות הפעולות מתרחשות באופן ספונטני, למשל העברה של פריט לתיקייה משותפת שמובילה לשינוי של הרשאה. קבוצות אחרות של פעולות קשורות, כמו מספר שחקנים שעורכים פריט אחד או העברת מספר קבצים לתיקייה חדשה, נקבעות על ידי הבחירה ב-ConsolidationStrategy ב-QueryDriveActivityRequest.
ייצוג JSON
{"primaryActionDetail": {object (ActionDetail)},"actors": [{object (Actor)}],"actions": [{object (Action)}],"targets": [{object (Target)}],// Union field time can be only one of the following:"timestamp": string,"timeRange": {object (TimeRange)}// End of list of possible types for union field time.}
חותמת זמן ב-RFC3339 UTC 'Zulu' בפורמט של רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. למשל:
"2014-10-02T15:01:23Z"
וגם
"2014-10-02T15:01:23.045123456Z".
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-09-05 (שעון UTC)."],[[["Drive Activity encompasses one or more actions performed by one or more users on Google Drive items like files, folders, or the entire drive."],["Related actions can be grouped together using a Consolidation Strategy, providing a comprehensive view of user activities."],["Each Drive Activity record includes details about the primary action, the actors involved, specific actions taken, target objects affected, and the time of the activity."],["Drive Activity provides insights into user interactions with Google Drive, allowing for understanding usage patterns and potential security or compliance monitoring."]]],["DriveActivity represents actions on Drive items, involving actors and targets. It encompasses details of actions, actors, and the state of targets post-action. Key information about the primary action is in `primaryActionDetail`. Multiple actions may occur together, either spontaneously or by request. The `time` field records the activity's timing, either as a specific `timestamp` or a `timeRange`. Actions, Actors and Targets are objects within the resource.\n"]]