Class Occurrences
Occurrences of distinct values for an attribute
Inheritance
System.Object
Occurrences
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class Occurrences : object
Properties
Attribute
The attribute's ApiIdentifier
Declaration
public string Attribute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Language
The ISO language code, if the attribute is language dependent, null otherwise
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |
More
True, if there are more value occurrences. Currently limited by the 'take' parameter
Declaration
public bool More { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NotNullOccurrences
The number of objects that have a value
Declaration
public int NotNullOccurrences { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NullOccurrences
The number of objects that do not have a value
Declaration
public int NullOccurrences { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValueOccurrences
List of values and their occurrence counters. The list is sorted by value by default.
Declaration
public System.Collections.Generic.IList<Occurrence> ValueOccurrences { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Occurrence> |
ValueType
The type of the values ("string" | "number" | "boolean")
Declaration
public string ValueType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Variant
The variants's ApiIdentifier if the attribute is variant-dependent, null otherwise
Declaration
public string Variant { get; set; }
Property Value
Type | Description |
---|---|
System.String |