Interface
Add attachment options for apply edits.
Properties
Property | Type | Notes |
---|---|---|
contentType inherited | string | Attachment file content type. |
data inherited | string | Base 64 encoded data of attachment. |
string | Global id of attachment (must be provided by client). | |
name inherited | string | Name of the file including extension. |
string | Global id of feature to attach. | |
uploadId inherited | string | Upload id of file to be attached. |
contentType
contentType: string
Attachment file content type.
data
data: string
Base 64 encoded data of attachment.