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