IsFacetableAttribute Class

Definition

Indicates that it is possible to facet on this field. Not valid for geo-point fields.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class IsFacetableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type IsFacetableAttribute = class
    inherit Attribute
Public Class IsFacetableAttribute
Inherits Attribute
Inheritance
IsFacetableAttribute
Attributes

Constructors

IsFacetableAttribute()

Applies to