BinaryInfo
Namespace: Meshmakers.Octo.Runtime.Contracts.RepositoryEntities
Represents information about a binary.
public class BinaryInfo : IBinaryInfo
Inheritance Object → BinaryInfo
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
BinaryInfo()
public BinaryInfo()