Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SeeMetaData

    The metadata of a see file

    Inheritance
    object
    SeeMetaData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation