Click or drag to resize

ReplRequestFullReplication Property

Full or delta 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 bool FullReplication { get; set; }

Property Value

Type: Boolean
Remarks
True to get all data. LastKey set to 0. False to get only delta from last replication. Replicate from LastKey value.
See Also