Skip to content

AttachmentInfo

AttachmentInfo = object

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

Metadata for a single attachment on an ArcGISFeature.

contentType: string

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

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


id: number

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

Unique identifier for this attachment on the feature.


name: string

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

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


size: number

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

Size in bytes.