Property IsDataMinerMaster
IsDataMinerMaster
Gets or sets a value indicating whether DataMiner is master of this field.
[JsonProperty]
public bool IsDataMinerMaster { get; set; }
Property Value
- bool
trueif DataMiner is master of this field; otherwise,false.
Remarks
The master will get priority when concurrent modifications happen.
If both this property and IsThirdPartyMaster are set to false, then clash resolving is done based on time stamps.