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