IndexValue Constructor (Byte)

ScaleOut Software NamedCache API
Create a new IndexValue with the value specified in value.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public IndexValue(
	byte[] value
)

Parameters

value
Type: SystemByte
The value the newly-constructed IndexValue represents.
Remarks

The length of value must be less than or equal to MaxValueByteLength. The internal representation of value will be padded with zero-filled bytes to MaxValueByteLength.
See Also

Reference