Table of Contents

Struct KeyEncodingResult

Namespace
Scaleout.Client.KeyEncoding
Assembly
Scaleout.Client.dll

Result of a Encode(T) call containing a 32-byte representation of a key and, optionally, an encoded string to be stored in the ScaleOut service for string key types.

public struct KeyEncodingResult
Inherited Members

Constructors

KeyEncodingResult(byte[], byte[])

Constructor.

Properties

EncodedKeyString

If the original key is an arbitrary-length string, the encoded representation of that original string.

KeyBytes

Encoded key.