Class SeeMetaData
The metadata of a see file
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class SeeMetaData
Constructors
SeeMetaData()
Declaration
public SeeMetaData()
Properties
FileExtension
The contentType
Declaration
public string FileExtension { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileName
The file name
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SHA512
To validate the integryti at the end
Declaration
public string SHA512 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SeeBloc
Declaration
public List<SeeFileBlocReference> SeeBloc { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SeeFileBlocReference> |
Size
The size
Declaration
public long Size { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
TotalOfBlocs
the number of bloc
Declaration
public int TotalOfBlocs { get; set; }
Property Value
| Type | Description |
|---|---|
| int |