Interface HonuaAttachmentInfo

Metadata for a single attachment on a feature.

interface HonuaAttachmentInfo {
    contentType?: string;
    id: number;
    name?: string;
    parentObjectId?: number;
    size?: number;
}

Properties

contentType?: string
id: number
name?: string
parentObjectId?: number
size?: number