Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class UploadFiles

    That is the model of files chunk when file are uploaded to the Secure Exchanges server

    Inheritance
    object
    UploadFiles
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.JSON
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class UploadFiles

    Constructors

    UploadFiles()

    Declaration
    public UploadFiles()

    Properties

    BytesLenght

    The file length (the size of the file). If you need the beauty filesize, you can use the GetTextSize

    Declaration
    public long BytesLenght { get; }
    Property Value
    Type Description
    long
    See Also
    GetTextSize(long)

    CryptedHandShakeID

    That is the cryptedHandShakeID that was use to upload the file

    Declaration
    public string CryptedHandShakeID { get; }
    Property Value
    Type Description
    string

    FileIdentifier

    Declaration
    public Guid FileIdentifier { get; set; }
    Property Value
    Type Description
    Guid

    Hash

    The Hex MD5 file hash

    Declaration
    public string Hash { get; }
    Property Value
    Type Description
    string

    OrderPart

    That is the order of the chunk part.

    Declaration
    public long OrderPart { get; }
    Property Value
    Type Description
    long

    RealFileName

    Real file name of the file

    Declaration
    public string RealFileName { get; }
    Property Value
    Type Description
    string

    SHA512

    Declaration
    public string SHA512 { get; set; }
    Property Value
    Type Description
    string

    TotalPart

    The total number of chunk part that file

    Declaration
    public long TotalPart { get; }
    Property Value
    Type Description
    long

    UniqueName

    Get the unique name of the file chunk. Generated by the system

    Declaration
    public string UniqueName { get; }
    Property Value
    Type Description
    string

    Extension Methods

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