Click or drag to resize

ReplRequestLastKey Property

Last Key returned from previous replication call (Required)

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 string LastKey { get; set; }

Property Value

Type: String
Remarks
When starting new replication, LastKey should be set to 0. Result object will include LastKey value for the batch of data being returned. The LastKey for each ReplEcommXX call need to be stored so once the full replication has been done a delta replication can be done (setting FullReplication to false and LastKey to the last value returned).
See Also