Show / Hide Table of Contents

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.

Inheritance
System.Object
BaseDfbReport
GetActivityReport
Inherited Members
BaseDfbReport.StartDate
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GetActivityReport : BaseDfbReport

Constructors

| Improve this Doc View Source

GetActivityReport(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 Source

ActiveSharedFolders1Day

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

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>>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetActivityReport(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>>)
  • Properties
    • ActiveSharedFolders1Day
    • ActiveSharedFolders28Day
    • ActiveSharedFolders7Day
    • ActiveUsers1Day
    • ActiveUsers28Day
    • ActiveUsers7Day
    • Adds
    • Deletes
    • Edits
    • SharedLinksCreated
    • SharedLinksViewedByNotLoggedIn
    • SharedLinksViewedByOutsideUser
    • SharedLinksViewedByTeam
    • SharedLinksViewedTotal
Back to top Generated by DocFX