Table of Contents

Class BigDataApiResult<T>

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The big data API result.

public class BigDataApiResult<T>

Type Parameters

T

The type of the BigDataApiResult

Inheritance
BigDataApiResult<T>
Inherited Members

Constructors

BigDataApiResult()

public BigDataApiResult()

Properties

Errors

Gets or sets the big data API errors.

public IList<BigDataError>? Errors { get; set; }

Property Value

IList<BigDataError>

The big data API errors

Results

Gets or sets the big data API results.

public IList<T>? Results { get; set; }

Property Value

IList<T>

The big data API results

ToVersion

Gets or sets the last version of the data returned by the feed call. If this parameter is passed back into the feed call, then returned data will be the changes that occurred after the last feed call was made. In this way the feed can return a continuous stream of data.

public string? ToVersion { get; set; }

Property Value

string

string