Class DashboardQueryFilters
- Namespace
- KartaViewSharp.V2.Request
- Assembly
- KartaViewSharp.dll
public sealed class DashboardQueryFilters : QueryFilters
- Inheritance
-
DashboardQueryFilters
- Inherited Members
Constructors
DashboardQueryFilters()
public DashboardQueryFilters()
Properties
EndDate
The ending point of the date interval.
public DateTime EndDate { get; set; }
Property Value
FieldOfView
The field of view type.
public FieldOfView FieldOfView { get; set; }
Property Value
Interval
Retrieve data based on one of the intervals.
public Interval Interval { get; set; }
Property Value
Platform
The platform of the device that recorded the file.
public Platform Platform { get; set; }
Property Value
Region
Unique identifier representing a specific region. Multiple regions can be provided.
public Region[] Region { get; set; }
Property Value
- Region[]
StartDate
The starting point of the date interval.
public DateTime StartDate { get; set; }
Property Value
Units
The type of the distance measurement.
public Units Units { get; set; }
Property Value
UserType
Type of the user.
public UserType UserType { get; set; }