Skip to main content

BinaryInfoDto

Namespace: Meshmakers.Octo.Runtime.Contracts.DataTransferObjects

Represents information about a binary.

public class BinaryInfoDto : IBinaryInfo

Inheritance ObjectBinaryInfoDto
Implements IBinaryInfo

Properties

ContentType

public string ContentType { get; set; }

Property Value

String

BinaryId

public OctoObjectId BinaryId { get; set; }

Property Value

OctoObjectId

Filename

public string Filename { get; set; }

Property Value

String

UploadDateTime

public DateTime UploadDateTime { get; set; }

Property Value

DateTime

ExpiryDateTime

public Nullable<DateTime> ExpiryDateTime { get; set; }

Property Value

Nullable<DateTime>

BinaryType

public BinaryType BinaryType { get; set; }

Property Value

BinaryType

RtEntityId

public Nullable<RtEntityId> RtEntityId { get; set; }

Property Value

Nullable<RtEntityId>

Size

public long Size { get; set; }

Property Value

Int64

Constructors

BinaryInfoDto()

public BinaryInfoDto()