Interface
Add attachment options for apply edits.
Inheritance: IApplyEditsAddAttachmentOptionsIApplyEditsSharedAttachmentOptions
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
inherited
Interface PropertycontentType: string
Attachment file content type.
Inherited from IApplyEditsSharedAttachmentOptions.contentType
data
optionalinherited
Interface Propertydata: string
Base 64 encoded data of attachment.
Inherited from IApplyEditsSharedAttachmentOptions.data