Class RevisionFile
Describes a file in a IRevision. A file has a source, which allows a single revision to contain files from multiple sources (e.g. multiple indexes).
Inheritance
System.Object
RevisionFile
Assembly: Lucene.Net.Replicator.dll
Syntax
public class RevisionFile : IEquatable<RevisionFile>
Remarks
@lucene.experimental
Constructors
Name | Description |
---|---|
RevisionFile(String, Int64) | Constructor with the given file name and optionally length. |
Properties
Name | Description |
---|---|
FileName | Gets the name of the file. |
Length | Gets or sets the length of the file denoted by FileName. |
Methods
Name | Description |
---|---|
Equals(RevisionFile) | |
Equals(Object) | |
GetHashCode() | |
ToString() |