Show / Hide Table of Contents

Class NtfsFileMetadata

NTFS-specific file metadata.

Inheritance
object
NtfsFileMetadata
Implements
IMessage<NtfsFileMetadata>
IEquatable<NtfsFileMetadata>
IDeepCloneable<NtfsFileMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class NtfsFileMetadata : IMessage<NtfsFileMetadata>, IEquatable<NtfsFileMetadata>, IDeepCloneable<NtfsFileMetadata>, IBufferMessage, IMessage

Constructors

NtfsFileMetadata()

Declaration
public NtfsFileMetadata()

NtfsFileMetadata(NtfsFileMetadata)

Declaration
public NtfsFileMetadata(NtfsFileMetadata other)
Parameters
Type Name Description
NtfsFileMetadata other

Properties

ChangeTime

NTFS MFT entry changed timestamp.

Declaration
public Timestamp ChangeTime { get; set; }
Property Value
Type Description
Timestamp

FilenameAccessTime

NTFS $FILE_NAME attribute accessed timestamp.

Declaration
public Timestamp FilenameAccessTime { get; set; }
Property Value
Type Description
Timestamp

FilenameChangeTime

NTFS $FILE_NAME attribute changed timestamp.

Declaration
public Timestamp FilenameChangeTime { get; set; }
Property Value
Type Description
Timestamp

FilenameCreateTime

NTFS $FILE_NAME attribute created timestamp.

Declaration
public Timestamp FilenameCreateTime { get; set; }
Property Value
Type Description
Timestamp

FilenameModifyTime

NTFS $FILE_NAME attribute modified timestamp.

Declaration
public Timestamp FilenameModifyTime { get; set; }
Property Value
Type Description
Timestamp

UsnJournal

NTFS USN journal.

Declaration
public RepeatedField<UsnJournal> UsnJournal { get; }
Property Value
Type Description
RepeatedField<UsnJournal>
In this article
Back to top Generated by DocFX