Table of Contents

Class ReportStorageSearch

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

The object used to specify the arguments when searching for ReportStorage(s).

public class ReportStorageSearch : Search, IEntity
Inheritance
ReportStorageSearch
Implements
Inherited Members

Constructors

ReportStorageSearch()

public ReportStorageSearch()

Properties

DescendingOrderByRowVersion

Gets or sets a value indicating whether to retrieve the ReportStorage objects by descending order.

public bool DescendingOrderByRowVersion { get; set; }

Property Value

bool

A value indicating whether to retrieve the ReportStorage objects by descending order.

IncludeBinaryData

Gets or sets a value indicating whether the binary data field of the report storage object should be set.

public bool IncludeBinaryData { get; set; }

Property Value

bool

A value indicating whether the binary data field of the report storage object should be set.

MaxRowVersion

Gets or sets the max row version to retrieve a ReportStorage object for.

public long? MaxRowVersion { get; set; }

Property Value

long?

The max row version to retrieve a ReportStorage object for.