Class FileMetadata
Metadata about a file. Place metadata about different file types here, for example data from the Microsoft Windows VersionInfo block or digital signer details. Use a different sub-message per file type.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class FileMetadata : IMessage<FileMetadata>, IEquatable<FileMetadata>, IDeepCloneable<FileMetadata>, IBufferMessage, IMessage
Constructors
FileMetadata()
Declaration
public FileMetadata()
FileMetadata(FileMetadata)
Declaration
public FileMetadata(FileMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| FileMetadata | other |
Properties
Pe
Metadata for Microsoft Windows PE files. Deprecate PeFileMetadata in favor of single File proto.
Declaration
[Obsolete]
public PeFileMetadata Pe { get; set; }
Property Value
| Type | Description |
|---|---|
| PeFileMetadata |