LargeBinaryInfoDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Large binary info
public class LargeBinaryInfoDto
Inheritance Object → LargeBinaryInfoDto
Properties
BinaryId
Gets or sets the binary id
public Nullable<OctoObjectId> BinaryId { get; set; }
Property Value
ContentType
Gets or sets the content type
public string ContentType { get; set; }
Property Value
Filename
Gets or sets the filename
public string Filename { get; set; }
Property Value
Size
Gets or sets the length of binary
public Nullable<long> Size { get; set; }
Property Value
DownloadUri
Gets or sets the download uri
public Uri DownloadUri { get; set; }
Property Value
Uri
Constructors
LargeBinaryInfoDto()
public LargeBinaryInfoDto()