Class FileMetadataSection
File metadata section.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class FileMetadataSection : IMessage<FileMetadataSection>, IEquatable<FileMetadataSection>, IDeepCloneable<FileMetadataSection>, IBufferMessage, IMessage
Constructors
FileMetadataSection()
Declaration
public FileMetadataSection()
FileMetadataSection(FileMetadataSection)
Declaration
public FileMetadataSection(FileMetadataSection other)
Parameters
| Type | Name | Description |
|---|---|---|
| FileMetadataSection | other |
Properties
Entropy
Entropy of the section.
Declaration
public double Entropy { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Md5Hex
MD5 hex of the file.
Declaration
public string Md5Hex { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the section.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RawSizeBytes
Raw file size in bytes.
Declaration
public long RawSizeBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
VirtualSizeBytes
Virtual file size in bytes.
Declaration
public long VirtualSizeBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long |