Class FieldValueStatistics
Value with statistics.
Inheritance
System.Object
    FieldValueStatistics
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Fox]
public class FieldValueStatistics
  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 |