Class IOContext
  
  
  
  
    Inheritance
    System.Object
    IOContext
   
  
    Inherited Members
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Lucene.Net.dll
  Syntax
  
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IOContext()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IOContext(FlushInfo)
  
  
  Declaration
  
    public IOContext(FlushInfo flushInfo)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IOContext(IOContext, Boolean)
  This constructor is used to initialize a IOContext instance with a new value for the ReadOnce property. 
Declaration
  
    public IOContext(IOContext ctxt, bool readOnce)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | IOContext | ctxt | IOContext object whose information is used to create the new instance except the ReadOnce property.  | 
      
        | System.Boolean | readOnce | The new IOContext object will use this value for ReadOnce.   | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IOContext(IOContext.UsageContext)
  
  
  Declaration
  
    public IOContext(IOContext.UsageContext context)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IOContext(MergeInfo)
  
  
  Declaration
  
    public IOContext(MergeInfo mergeInfo)
   
  Parameters
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DEFAULT
  
  
  Declaration
  
    public static readonly IOContext DEFAULT
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  READ
  
  
  Declaration
  
    public static readonly IOContext READ
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  READ_ONCE
  
  
  Declaration
  
    public static readonly IOContext READ_ONCE
   
  Field Value
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Context
  
  
  Declaration
  
    public IOContext.UsageContext Context { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FlushInfo
  
  
  Declaration
  
    public FlushInfo FlushInfo { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MergeInfo
  
  
  Declaration
  
    public MergeInfo MergeInfo { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadOnce
  
  
  Declaration
  
    public bool ReadOnce { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Overrides
  System.Object.Equals(System.Object)
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Overrides
  System.Object.GetHashCode()
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Overrides
  System.Object.ToString()