Naanou.Common
Interface IEntry

Generic interface for Naanou.ResourceExchange.Entry

Property Summary
long ByteLength
         Gets the byte-length
Naanou.Common.FileCategory Category
         Get category for file
string ContentsHash
         Gets the content hash serial
string Filename
         Gets the filename
System.DateTime LastModifiedTime
         Gets the timestamp recorded for a file when it was indexed
Naanou.Common.Metadata[] Metadata
         Gets a copy of, or sets the metadata associated with this entry (can be null)


Property Detail

ByteLength

public long ByteLength

Gets the byte-length


Category

public Naanou.Common.FileCategory Category

Get category for file


ContentsHash

public string ContentsHash

Gets the content hash serial


Filename

public string Filename

Gets the filename


LastModifiedTime

public System.DateTime LastModifiedTime

Gets the timestamp recorded for a file when it was indexed


Metadata

public Naanou.Common.Metadata[] Metadata

Gets a copy of, or sets the metadata associated with this entry (can be null)