IndexValueBytes Property

ScaleOut Software NamedCache API
Returns a copy of the current value of this IndexValue as an array of bytes.

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

public virtual byte[] Bytes { get; }

Return Value

Type: Byte
value of this IndexValue as an array of bytes. The value may be null.
Remarks

IndexValues are internally zero-filled so that Bytes will always return an array of length MaxValueByteLength. The original array length is not retained.
See Also

Reference