Show / Hide Table of Contents

Class UploadFiles

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

Inheritance
System.Object
UploadFiles
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.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
System.Int64
See Also
GetTextSize(Int64)

CryptedHandShakeID

That is the cryptedHandShakeID that was use to upload the file

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

FileIdentifier

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

Hash

The Hex MD5 file hash

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

OrderPart

That is the order of the chunk part.

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

RealFileName

Real file name of the file

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

SHA512

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

TotalPart

The total number of chunk part that file

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

UniqueName

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

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

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX