Table of Contents

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

DateTime

FieldOfView

The field of view type.

public FieldOfView FieldOfView { get; set; }

Property Value

FieldOfView

Interval

Retrieve data based on one of the intervals.

public Interval Interval { get; set; }

Property Value

Interval

Platform

The platform of the device that recorded the file.

public Platform Platform { get; set; }

Property Value

Platform

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

DateTime

Units

The type of the distance measurement.

public Units Units { get; set; }

Property Value

Units

UserType

Type of the user.

public UserType UserType { get; set; }

Property Value

UserType