Class SequenceQueryFilters
- Namespace
- KartaViewSharp.V2.Request
- Assembly
- KartaViewSharp.dll
public sealed class SequenceQueryFilters : QueryFilters
- Inheritance
-
SequenceQueryFilters
- Inherited Members
Constructors
SequenceQueryFilters()
public SequenceQueryFilters()
Properties
BottomRight
Bottom,Right coordinates for the bounding box.
public Coordinate? BottomRight { get; set; }
Property Value
- Coordinate
CountryCode
Default: null Example: countryCode=US Country Code initials, ISO-2 format.
public Country? CountryCode { get; set; }
Property Value
- Country
EndDate
The ending point of the date interval.
public DateTime? EndDate { get; set; }
Property Value
Join
Default: "null" Example: join=user,photo Join resources to bring extra details about another resource, available joinable resource: user, photo, photos, attachment, attachments.
public SequenceJoinResource[]? Join { 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[]
SequenceStatus
The status of the sequence.
public SequenceStatus? SequenceStatus { get; set; }
Property Value
SequenceType
Type of the sequence.
public SequenceType? SequenceType { get; set; }
Property Value
StartDate
The starting point of the date interval.
public DateTime? StartDate { get; set; }
Property Value
TopLeft
Top,Left coordinates for the bounding box.
public Coordinate? TopLeft { get; set; }
Property Value
- Coordinate
UserIds
Unique identifier of an user entity.
public string[] UserIds { get; set; }
Property Value
- string[]
UserType
Type of the user.
public UserType? UserType { get; set; }
Property Value
WithAttachments
Retrieve all sequences that have attachments.
public bool? WithAttachments { get; set; }
Property Value
- bool?
WithPhotos
Example: withPhotos=true Retrieve all sequences that have photos.
public bool? WithPhotos { get; set; }
Property Value
- bool?