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
UploadDateTime
Gets or sets the upload date time
public DateTime UploadDateTime { get; set; }
Property Value
Length
Gets or sets the length of binary
public long Length { get; set; }
Property Value
DownloadUri
Gets or sets the download uri
public Uri DownloadUri { get; set; }
Property Value
Uri
Constructors
LargeBinaryInfoDto()
public LargeBinaryInfoDto()