Struct DefaultPileBase.SegmentCrawlStatus
  
  Holds information obtained after a segment crawl
 
  
  
    Inherited Members
    
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: NFX.dll
  Syntax
  
    public struct SegmentCrawlStatus
   
  Fields
  
  
  
  CrawledChunks
  
  
  Declaration
  
    public readonly long CrawledChunks
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  
  FreePayloadSize
  
  
  Declaration
  
    public readonly long FreePayloadSize
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  
  ObjectCount
  
  
  Declaration
  
    public readonly long ObjectCount
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  
  ObjectLinkCount
  
  
  Declaration
  
    public readonly long ObjectLinkCount
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  
  OriginalFreeChunks
  
  
  Declaration
  
    public readonly long OriginalFreeChunks
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  
  ResultFreeChunks
  
  
  Declaration
  
    public readonly long ResultFreeChunks
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  
  UsedPayloadSize
  
  
  Declaration
  
    public readonly long UsedPayloadSize
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  Methods
  
  
  
  
  Sum(DefaultPileBase.SegmentCrawlStatus)
  
  
  Declaration
  
    public DefaultPileBase.SegmentCrawlStatus Sum(DefaultPileBase.SegmentCrawlStatus other)
   
  Parameters
  
  Returns
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  System.ValueType.ToString()
  Extension Methods