Table of Contents

Struct ObjectKey

Namespace
Scaleout.Client.Net
Assembly
Scaleout.Client.dll

Internal representation of an object key as laid out by the ScaleOut service.

public struct ObjectKey : IEquatable<ObjectKey>
Implements
Inherited Members

Remarks

This structure is marked public to support custom implementations of ClientCache<TValue>.

Constructors

ObjectKey(uint, byte[])

Constructor. For internal use only.

Properties

IsNullKey

Returns whether the key is empty.

Methods

Equals(ObjectKey)

Determines whether the specified ObjectKey is equal to the current ObjectKey.

GetHashCode()

Returns the hash code for the current ObjectKey.

ToByteArray()

Copies the entire ObjectKey struct to a managed array of 40 bytes.

ToString()

Returns key as human-readable string.