Click or drag to resize

ReplRequest Class

Inheritance Hierarchy
System.Object
  LSRetail.Omni.Domain.DataModel.Loyalty.Replication.ReplRequest

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Replication
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: LS Omni 3.7.0
Syntax
C#
public class ReplRequest : IDisposable

The ReplRequest type exposes the following members.

Constructors
  NameDescription
Public methodReplRequest
Initializes a new instance of the ReplRequest class
Top
Properties
  NameDescription
Public propertyBatchSize
Size of a replication batch (Required)
Public propertyFullReplication
Full or delta replication (Required)
Public propertyLastKey
Last Key returned from previous replication call (Required)
Public propertyMaxKey
Max Key for replication (Required)
Public propertyStoreId
ID of a Store to replicate data for (Required)
Public propertyTerminalId
ID of a Terminal that request replication data (Required)
Top
Methods
See Also