Click or drag to resize
UpdateMapMapOperationSetFlag Method

[Missing <summary> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.SetFlag(RiakClient.RiakString,System.Boolean)"]

Namespace:  RiakClient.Commands.CRDT
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public UpdateMapMapOperation SetFlag(
	RiakString key,
	bool value
)

Parameters

key
Type: RiakClientRiakString

[Missing <param name="key"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.SetFlag(RiakClient.RiakString,System.Boolean)"]

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.SetFlag(RiakClient.RiakString,System.Boolean)"]

Return Value

Type: UpdateMapMapOperation

[Missing <returns> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.SetFlag(RiakClient.RiakString,System.Boolean)"]

See Also