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

Size

Gets or sets the length of binary

public Nullable<long> Size { get; set; }

Property Value

Nullable<Int64>

DownloadUri

Gets or sets the download uri

public Uri DownloadUri { get; set; }

Property Value

Uri

Constructors

LargeBinaryInfoDto()

public LargeBinaryInfoDto()