Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IEventBinary

    This interface specifies all fragments that describe an event binary.

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

    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