Click or drag to resize
StoreBuilderWithColumns Method

[Missing <summary> documentation for "M:RiakClient.Commands.TS.Store.Builder.WithColumns(System.Collections.Generic.ICollection{RiakClient.Commands.TS.Column})"]

Namespace:  RiakClient.Commands.TS
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public StoreBuilder WithColumns(
	ICollection<Column> columns
)

Parameters

columns
Type: System.Collections.GenericICollectionColumn

[Missing <param name="columns"/> documentation for "M:RiakClient.Commands.TS.Store.Builder.WithColumns(System.Collections.Generic.ICollection{RiakClient.Commands.TS.Column})"]

Return Value

Type: StoreBuilder

[Missing <returns> documentation for "M:RiakClient.Commands.TS.Store.Builder.WithColumns(System.Collections.Generic.ICollection{RiakClient.Commands.TS.Column})"]

See Also