Table of Contents

Constructor SossIndexAttribute

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

SossIndexAttribute()

Create an Attribute used to indicate that the value or type signature of the annotated language element should be written to ScaleOut service's property index.

public SossIndexAttribute()

Remarks

By default, the HashIndexPriority for the associated language element will be assigned as NotHashable if the language element is a property and Hashable if the language element is a class or struct (for which type signature information is generated).

SossIndexAttribute(HashIndexPriority)

Create an Attribute used to indicate that the value or type signature of the annotated language element should be written to ScaleOut service's property index.

public SossIndexAttribute(HashIndexPriority hashPriority)

Parameters

hashPriority HashIndexPriority

Remarks

This version allows you to explicitly specify the HashIndexPriority of the value or type signature information of the annotated language element.