Skip to content
Guides API

AttachmentInfo

AttachmentInfo = object

Defined in: src/ExpoArcgis.types.ts:697

Metadata for a single attachment on an ArcGISFeature.

contentType: string

Defined in: src/ExpoArcgis.types.ts:703

MIME type (e.g. "image/jpeg").


id: number

Defined in: src/ExpoArcgis.types.ts:699

Unique identifier for this attachment on the feature.


name: string

Defined in: src/ExpoArcgis.types.ts:701

File name of the attachment (e.g. "photo.jpg").


size: number

Defined in: src/ExpoArcgis.types.ts:705

Size in bytes.