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.
Inherited Members
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 SourceGetDevicesReport(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 SourceActive1Day
Report of the number of devices active in the last day.
Declaration
public DevicesActive Active1Day { get; protected set; }
Property Value
Type | Description |
---|---|
DevicesActive |
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 |
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 |