Skip to main content

LargeBinaryInfoDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Large binary info

public class LargeBinaryInfoDto

Inheritance ObjectLargeBinaryInfoDto

Properties

BinaryId

Gets or sets the binary id

public Nullable<OctoObjectId> BinaryId { get; set; }

Property Value

Nullable<OctoObjectId>

ContentType

Gets or sets the content type

public string ContentType { get; set; }

Property Value

String

Filename

Gets or sets the filename

public string Filename { get; set; }

Property Value

String

UploadDateTime

Gets or sets the upload date time

public DateTime UploadDateTime { get; set; }

Property Value

DateTime

Length

Gets or sets the length of binary

public long Length { get; set; }

Property Value

Int64

DownloadUri

Gets or sets the download uri

public Uri DownloadUri { get; set; }

Property Value

Uri

Constructors

LargeBinaryInfoDto()

public LargeBinaryInfoDto()