• Creates an data/Attachment!Attachment from ArcGIS server attachment info.

    Parameters

    • attachmentInfo: AttachmentInfo

      The attachment info to convert.

    • Optionaloptions: {
          attachmentInfoUrl?: string;
          gdbVersion?: string;
      }

      Options for converting the attachment.

      • OptionalattachmentInfoUrl?: string

        The attachment url from the parent feature.

      • OptionalgdbVersion?: string

        The attachment gdbVersion from the parent feature.

    Returns Attachment