Class BackfillStatusSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Processing
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for a BackfillStatus entry.
public class BackfillStatusSearch : Search, IEntity
- Inheritance
-
BackfillStatusSearch
- Implements
- Inherited Members
Constructors
BackfillStatusSearch()
Initializes a new instance of the BackfillStatusSearch class. Constructor.
public BackfillStatusSearch()
BackfillStatusSearch(Id)
Initializes a new instance of the BackfillStatusSearch class. Constructor.
public BackfillStatusSearch(Id id)
Parameters
id
IdThe id.
Properties
BackfillType
Gets or sets to the backfill type, which is used to search for Snapshot Processing.
public string? BackfillType { get; set; }
Property Value
- string
string?
DeviceSearch
Gets or sets the device search criteria for the BackfillStatus entry with this {@link DeviceSearch} Id. Available DeviceSearch options are:.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
- DeviceSearch
The device search criteria for the BackfillStatus entry with this {@link DeviceSearch} Id. Available DeviceSearch options are:.
FromDate
Gets or sets the from date, which is used to search for Snapshot Processing recorded on or after this date.
public DateTime? FromDate { get; set; }
Property Value
- DateTime?
DateTime?.
IsProcessingComplete
Gets or sets the IsProcessingComplete flag, which is used to search for Snapshot Processing that is completed.
public bool? IsProcessingComplete { get; set; }
Property Value
- bool?
bool?
IsProcessingRequired
Gets or sets the IsProcessingRequired flag, which is used to search for records that need processing.
public bool? IsProcessingRequired { get; set; }
Property Value
- bool?
bool?
ToDate
Gets or sets the to date, which is used to search for Snapshot Processing recorded on or before this date.
public DateTime? ToDate { get; set; }
Property Value
- DateTime?
DateTime?.