class documentation

class GetActivityReport(BaseDfbReport): (source)

View In Hierarchy

Activity Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None. :ivar team.GetActivityReport.adds: Array of total number of adds by team members. :ivar team.GetActivityReport.edits: Array of number of edits by team members. If the same user edits the same file multiple times this is counted as a single edit. :ivar team.GetActivityReport.deletes: Array of total number of deletes by team members. :ivar team.GetActivityReport.active_users_28_day: Array of the number of users who have been active in the last 28 days. :ivar team.GetActivityReport.active_users_7_day: Array of the number of users who have been active in the last week. :ivar team.GetActivityReport.active_users_1_day: Array of the number of users who have been active in the last day. :ivar team.GetActivityReport.active_shared_folders_28_day: Array of the number of shared folders with some activity in the last 28 days. :ivar team.GetActivityReport.active_shared_folders_7_day: Array of the number of shared folders with some activity in the last week. :ivar team.GetActivityReport.active_shared_folders_1_day: Array of the number of shared folders with some activity in the last day. :ivar team.GetActivityReport.shared_links_created: Array of the number of shared links created. :ivar team.GetActivityReport.shared_links_viewed_by_team: Array of the number of views by team users to shared links created by the team. :ivar team.GetActivityReport.shared_links_viewed_by_outside_user: Array of the number of views by users outside of the team to shared links created by the team. :ivar team.GetActivityReport.shared_links_viewed_by_not_logged_in: Array of the number of views by non-logged-in users to shared links created by the team. :ivar team.GetActivityReport.shared_links_viewed_total: Array of the total number of views to shared links created by the team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable active_shared_folders_1_day Undocumented
Instance Variable active_shared_folders_28_day Undocumented
Instance Variable active_shared_folders_7_day Undocumented
Instance Variable active_users_1_day Undocumented
Instance Variable active_users_28_day Undocumented
Instance Variable active_users_7_day Undocumented
Instance Variable adds Undocumented
Instance Variable deletes Undocumented
Instance Variable edits Undocumented
Instance Variable shared_links_created Undocumented
Instance Variable shared_links_viewed_by_not_logged_in Undocumented
Instance Variable shared_links_viewed_by_outside_user Undocumented
Instance Variable shared_links_viewed_by_team Undocumented
Instance Variable shared_links_viewed_total Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _active_shared_folders_1_day_value Undocumented
Instance Variable _active_shared_folders_28_day_value Undocumented
Instance Variable _active_shared_folders_7_day_value Undocumented
Instance Variable _active_users_1_day_value Undocumented
Instance Variable _active_users_28_day_value Undocumented
Instance Variable _active_users_7_day_value Undocumented
Instance Variable _adds_value Undocumented
Instance Variable _deletes_value Undocumented
Instance Variable _edits_value Undocumented
Instance Variable _shared_links_created_value Undocumented
Instance Variable _shared_links_viewed_by_not_logged_in_value Undocumented
Instance Variable _shared_links_viewed_by_outside_user_value Undocumented
Instance Variable _shared_links_viewed_by_team_value Undocumented
Instance Variable _shared_links_viewed_total_value Undocumented

Inherited from BaseDfbReport:

Instance Variable start_date Undocumented
Instance Variable _start_date_value Undocumented
def __init__(self, start_date=None, adds=None, edits=None, deletes=None, active_users_28_day=None, active_users_7_day=None, active_users_1_day=None, active_shared_folders_28_day=None, active_shared_folders_7_day=None, active_shared_folders_1_day=None, shared_links_created=None, shared_links_viewed_by_team=None, shared_links_viewed_by_outside_user=None, shared_links_viewed_by_not_logged_in=None, shared_links_viewed_total=None): (source)

Undocumented

active_shared_folders_1_day = (source)

Undocumented

active_shared_folders_28_day = (source)

Undocumented

active_shared_folders_7_day = (source)

Undocumented

active_users_1_day = (source)

Undocumented

active_users_28_day = (source)

Undocumented

active_users_7_day = (source)

Undocumented

Undocumented

Undocumented

Undocumented

shared_links_created = (source)

Undocumented

shared_links_viewed_by_not_logged_in = (source)

Undocumented

shared_links_viewed_by_outside_user = (source)

Undocumented

shared_links_viewed_by_team = (source)

Undocumented

shared_links_viewed_total = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_active_shared_folders_1_day_value = (source)

Undocumented

_active_shared_folders_28_day_value = (source)

Undocumented

_active_shared_folders_7_day_value = (source)

Undocumented

_active_users_1_day_value = (source)

Undocumented

_active_users_28_day_value = (source)

Undocumented

_active_users_7_day_value = (source)

Undocumented

_adds_value = (source)

Undocumented

_deletes_value = (source)

Undocumented

_edits_value = (source)

Undocumented

_shared_links_created_value = (source)

Undocumented

_shared_links_viewed_by_not_logged_in_value = (source)

Undocumented

_shared_links_viewed_by_outside_user_value = (source)

Undocumented

_shared_links_viewed_by_team_value = (source)

Undocumented

_shared_links_viewed_total_value = (source)

Undocumented