Class GetActivityReport
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.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GetActivityReport : BaseDfbReport
Constructors
View SourceGetActivityReport(string, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>, IEnumerable<ulong?>)
Initializes a new instance of the GetActivityReport class.
Declaration
public GetActivityReport(string startDate, IEnumerable<ulong?> adds, IEnumerable<ulong?> edits, IEnumerable<ulong?> deletes, IEnumerable<ulong?> activeUsers28Day, IEnumerable<ulong?> activeUsers7Day, IEnumerable<ulong?> activeUsers1Day, IEnumerable<ulong?> activeSharedFolders28Day, IEnumerable<ulong?> activeSharedFolders7Day, IEnumerable<ulong?> activeSharedFolders1Day, IEnumerable<ulong?> sharedLinksCreated, IEnumerable<ulong?> sharedLinksViewedByTeam, IEnumerable<ulong?> sharedLinksViewedByOutsideUser, IEnumerable<ulong?> sharedLinksViewedByNotLoggedIn, IEnumerable<ulong?> sharedLinksViewedTotal)
Parameters
| Type | Name | Description |
|---|---|---|
| string | startDate | First date present in the results as 'YYYY-MM-DD' or None. |
| IEnumerable<ulong?> | adds | Array of total number of adds by team members. |
| IEnumerable<ulong?> | 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. |
| IEnumerable<ulong?> | deletes | Array of total number of deletes by team members. |
| IEnumerable<ulong?> | activeUsers28Day | Array of the number of users who have been active in the last 28 days. |
| IEnumerable<ulong?> | activeUsers7Day | Array of the number of users who have been active in the last week. |
| IEnumerable<ulong?> | activeUsers1Day | Array of the number of users who have been active in the last day. |
| IEnumerable<ulong?> | activeSharedFolders28Day | Array of the number of shared folders with some activity in the last 28 days. |
| IEnumerable<ulong?> | activeSharedFolders7Day | Array of the number of shared folders with some activity in the last week. |
| IEnumerable<ulong?> | activeSharedFolders1Day | Array of the number of shared folders with some activity in the last day. |
| IEnumerable<ulong?> | sharedLinksCreated | Array of the number of shared links created. |
| IEnumerable<ulong?> | sharedLinksViewedByTeam | Array of the number of views by team users to shared links created by the team. |
| IEnumerable<ulong?> | sharedLinksViewedByOutsideUser | Array of the number of views by users outside of the team to shared links created by the team. |
| IEnumerable<ulong?> | sharedLinksViewedByNotLoggedIn | Array of the number of views by non-logged-in users to shared links created by the team. |
| IEnumerable<ulong?> | sharedLinksViewedTotal | Array of the total number of views to shared links created by the team. |
Properties
View SourceActiveSharedFolders1Day
Array of the number of shared folders with some activity in the last day.
Declaration
public IList<ulong?> ActiveSharedFolders1Day { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
ActiveSharedFolders28Day
Array of the number of shared folders with some activity in the last 28 days.
Declaration
public IList<ulong?> ActiveSharedFolders28Day { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
ActiveSharedFolders7Day
Array of the number of shared folders with some activity in the last week.
Declaration
public IList<ulong?> ActiveSharedFolders7Day { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
ActiveUsers1Day
Array of the number of users who have been active in the last day.
Declaration
public IList<ulong?> ActiveUsers1Day { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
ActiveUsers28Day
Array of the number of users who have been active in the last 28 days.
Declaration
public IList<ulong?> ActiveUsers28Day { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
ActiveUsers7Day
Array of the number of users who have been active in the last week.
Declaration
public IList<ulong?> ActiveUsers7Day { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
Adds
Array of total number of adds by team members.
Declaration
public IList<ulong?> Adds { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
Deletes
Array of total number of deletes by team members.
Declaration
public IList<ulong?> Deletes { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
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.
Declaration
public IList<ulong?> Edits { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
SharedLinksCreated
Array of the number of shared links created.
Declaration
public IList<ulong?> SharedLinksCreated { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
SharedLinksViewedByNotLoggedIn
Array of the number of views by non-logged-in users to shared links created by the team.
Declaration
public IList<ulong?> SharedLinksViewedByNotLoggedIn { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
SharedLinksViewedByOutsideUser
Array of the number of views by users outside of the team to shared links created by the team.
Declaration
public IList<ulong?> SharedLinksViewedByOutsideUser { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
SharedLinksViewedByTeam
Array of the number of views by team users to shared links created by the team.
Declaration
public IList<ulong?> SharedLinksViewedByTeam { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |
SharedLinksViewedTotal
Array of the total number of views to shared links created by the team.
Declaration
public IList<ulong?> SharedLinksViewedTotal { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |