Click or drag to resize
RiakPutOptionsIfNoneMatch Property
Store the value only if there is no object already present with the same RiakObjectId.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public bool IfNoneMatch { get; set; }

Property Value

Type: Boolean
Remarks
Note: This does not guarantee any linearizable properties, as a concurrent update could occur on a different node, which would result in siblings or an overwritten object depending on your last_write_wins and allow_mult settings.
See Also