Table of Contents

Enum HashIndexPriority

Namespace
Scaleout.Client.QuerySupport
Assembly
Scaleout.Client.Attributes.dll

Indicates the priority of an item annotated with SossIndexAttribute for using the limited slots in the ScaleOut service's property index hashtable. Even if there's no room for an item in the Hashtable, the item will still be entered into the property index.

public enum HashIndexPriority

Fields

Hashable = 1

The item the SossIndexAttribute refers to will be entered into the ScaleOut service's Hashtable if there's room after attempting to hash all highery priority items.

HighPriorityHashable = 5

The item the SossIndexAttribute refers to will be entered into the ScaleOut service's Hashtable if there's room. Items with this priority will take precedence over any items marked Hashable.

NotHashable = 0

The item the SossIndexAttribute refers to is never entered into the ScaleOut service's Hashtable.