Show / Hide Table of Contents

Class GetDevicesReport

Devices Report Result. Contains subsections for different time ranges of activity. Each of the items in each subsection of 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
GetDevicesReport
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 GetDevicesReport : BaseDfbReport

Constructors

| Improve this Doc View Source

GetDevicesReport(String, DevicesActive, DevicesActive, DevicesActive)

Initializes a new instance of the GetDevicesReport class.

Declaration
public GetDevicesReport(string startDate, DevicesActive active1Day, DevicesActive active7Day, DevicesActive active28Day)
Parameters
Type Name Description
System.String startDate

First date present in the results as 'YYYY-MM-DD' or None.

DevicesActive active1Day

Report of the number of devices active in the last day.

DevicesActive active7Day

Report of the number of devices active in the last 7 days.

DevicesActive active28Day

Report of the number of devices active in the last 28 days.

Properties

| Improve this Doc View Source

Active1Day

Report of the number of devices active in the last day.

Declaration
public DevicesActive Active1Day { get; protected set; }
Property Value
Type Description
DevicesActive
| Improve this Doc View Source

Active28Day

Report of the number of devices active in the last 28 days.

Declaration
public DevicesActive Active28Day { get; protected set; }
Property Value
Type Description
DevicesActive
| Improve this Doc View Source

Active7Day

Report of the number of devices active in the last 7 days.

Declaration
public DevicesActive Active7Day { get; protected set; }
Property Value
Type Description
DevicesActive
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetDevicesReport(String, DevicesActive, DevicesActive, DevicesActive)
  • Properties
    • Active1Day
    • Active28Day
    • Active7Day
Back to top Generated by DocFX