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
| Improve this Doc View SourceGetActivityReport(String, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>, IEnumerable<Nullable<UInt64>>)
Initializes a new instance of the Get
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 |
---|---|---|
System. |
startDate | First date present in the results as 'YYYY-MM-DD' or None. |
System. |
adds | Array of total number of adds by team members. |
System. |
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. |
System. |
deletes | Array of total number of deletes by team members. |
System. |
activeUsers28Day | Array of the number of users who have been active in the last 28 days. |
System. |
activeUsers7Day | Array of the number of users who have been active in the last week. |
System. |
activeUsers1Day | Array of the number of users who have been active in the last day. |
System. |
activeSharedFolders28Day | Array of the number of shared folders with some activity in the last 28 days. |
System. |
activeSharedFolders7Day | Array of the number of shared folders with some activity in the last week. |
System. |
activeSharedFolders1Day | Array of the number of shared folders with some activity in the last day. |
System. |
sharedLinksCreated | Array of the number of shared links created. |
System. |
sharedLinksViewedByTeam | Array of the number of views by team users to shared links created by the team. |
System. |
sharedLinksViewedByOutsideUser | Array of the number of views by users outside of the team to shared links created by the team. |
System. |
sharedLinksViewedByNotLoggedIn | Array of the number of views by non-logged-in users to shared links created by the team. |
System. |
sharedLinksViewedTotal | Array of the total number of views to shared links created by the team. |
Properties
| Improve this Doc 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 |
---|---|
System. |
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 |
---|---|
System. |
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 |
---|---|
System. |
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 |
---|---|
System. |
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 |
---|---|
System. |
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 |
---|---|
System. |
Adds
Array of total number of adds by team members.
Declaration
public IList<ulong?> Adds { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Deletes
Array of total number of deletes by team members.
Declaration
public IList<ulong?> Deletes { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|
System. |
SharedLinksCreated
Array of the number of shared links created.
Declaration
public IList<ulong?> SharedLinksCreated { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|
System. |
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 |
---|---|
System. |
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 |
---|---|
System. |
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 |
---|---|
System. |