Click or drag to resize
UpdateMapMapOperationAddToSet Method (RiakString, IEnumerableString)

[Missing <summary> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.AddToSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{System.String})"]

Namespace:  RiakClient.Commands.CRDT
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public UpdateMapMapOperation AddToSet(
	RiakString key,
	IEnumerable<string> values
)

Parameters

key
Type: RiakClientRiakString

[Missing <param name="key"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.AddToSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{System.String})"]

values
Type: System.Collections.GenericIEnumerableString

[Missing <param name="values"/> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.AddToSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: UpdateMapMapOperation

[Missing <returns> documentation for "M:RiakClient.Commands.CRDT.UpdateMap.MapOperation.AddToSet(RiakClient.RiakString,System.Collections.Generic.IEnumerable{System.String})"]

See Also