Class QuickSearchScopedAttributeKey
Key for a quick search scoped attribute
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class QuickSearchScopedAttributeKey
Properties
AttrId
Attribute Id
Declaration
[JsonPropertyName("attrId")]
public int AttrId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LangId
Language Id
Declaration
[JsonPropertyName("langId")]
public int LangId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
VariantId
Variant Id
Declaration
[JsonPropertyName("variantId")]
public int VariantId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |