Table of Contents

Class EndpointMethodSettings

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

A class for holding settings for Endpoint Methods

public class EndpointMethodSettings
Inheritance
EndpointMethodSettings
Inherited Members

Constructors

EndpointMethodSettings()

public EndpointMethodSettings()

Properties

ChunkSize

Gets or sets the chunck size we return in response to endpoint method call

public int? ChunkSize { get; set; }

Property Value

int?

int

LastCall

Gets or sets date and time for last call on endpoint method

public DateTime? LastCall { get; set; }

Property Value

DateTime?

DateTime