Click or drag to resize

ReplRequestMaxKey Property

Max Key for replication (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 MaxKey { get; set; }

Property Value

Type: String
Remarks
When starting new replication, MaxKey should be set to 0. Result object will include MaxKey value for the replication. When MaxKey and LastKey are same, replication is done.
See Also