Property ValueCount
ValueCount
Returns the number of unique values.
Declaration
public abstract long ValueCount { get; }
Property Value
Type | Description |
---|---|
System.Int64 | Number of unique values in this SortedDocValues. This is also equivalent to one plus the maximum ordinal. |