Class FieldValueStatistics
Value with statistics.
Inheritance
System.Object
FieldValueStatistics
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FieldValueStatistics : object
Properties
Count
The number of times the value occurs in the documents.
Declaration
public long Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Value
The value.
Declaration
public DocumentIndexFieldValue Value { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentIndexFieldValue |