Class SeeMetaData
The metadata of a see file
Inheritance
System.Object
SeeMetaData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.String |
FileName
The file name
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeeBloc
Declaration
public List<SeeFileBlocReference> SeeBloc { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SeeFileBlocReference> |
SHA512
To validate the integryti at the end
Declaration
public string SHA512 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
The size
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TotalOfBlocs
the number of bloc
Declaration
public int TotalOfBlocs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |