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
Syntaxpublic 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