Interface IEventBinary

This interface specifies all fragments that describe an event binary.

interface IEventBinary {
    length?: number;
    name: string;
    self?: string;
    source?: string;
    type?: string;
}

Properties

length?: number

Binary file length

name: string

Binary name

self?: string

Link to this resource

source?: string

The Event that the binary belongs to

type?: string

MIME type of the binary file