Table of Contents

Class BigDataResult<T>

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

The big data result.

public class BigDataResult<T>

Type Parameters

T

The type of the BigDataApiResult

Inheritance
BigDataResult<T>
Inherited Members

Constructors

BigDataResult()

public BigDataResult()

Properties

ApiResult

Gets or sets the big data result, including errors and toVersion.

public BigDataApiResult<T>? ApiResult { get; set; }

Property Value

BigDataApiResult<T>

The big data result

Errors

Gets or sets the big data errors.

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

Property Value

IList<BigDataError>

The big data errors