BinaryInfoDto
Namespace: Meshmakers.Octo.Runtime.Contracts.DataTransferObjects
Represents information about a binary.
public class BinaryInfoDto : IBinaryInfo
Inheritance Object → BinaryInfoDto
Implements IBinaryInfo
Properties
ContentType
public string ContentType { get; set; }
Property Value
BinaryId
public OctoObjectId BinaryId { get; set; }
Property Value
OctoObjectId
Filename
public string Filename { get; set; }
Property Value
UploadDateTime
public DateTime UploadDateTime { get; set; }
Property Value
ExpiryDateTime
public Nullable<DateTime> ExpiryDateTime { get; set; }
Property Value
BinaryType
public BinaryType BinaryType { get; set; }
Property Value
RtEntityId
public Nullable<RtEntityId> RtEntityId { get; set; }
Property Value
Size
public long Size { get; set; }
Property Value
Constructors
BinaryInfoDto()
public BinaryInfoDto()