Skip to content
Guides API

AttachmentInfo

AttachmentInfo = object

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

Metadata for a single attachment on an ArcGISFeature.

contentType: string

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

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


id: number

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

Unique identifier for this attachment on the feature.


name: string

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

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


size: number

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

Size in bytes.