Attachment

An object that represents a geodatabase attachment type.

Since

200.1.0

Properties

Link copied to clipboard

The content type of the attachment.

Link copied to clipboard

True if the attachment data has been retrieved.

Link copied to clipboard
val id: Long

The id of the attachment.

Link copied to clipboard

The name of the attachment.

Link copied to clipboard
val size: Int

The size of the attachment's data.

Functions

Link copied to clipboard
suspend fun fetchData(): Result<ByteArray>

Fetches the attachment's data.