Structure
TableField
public struct TableField: Codable, Equatable
Relationships
Conforms To
Codable
Equatable
Properties
name
public let name: String
type
public let type: ESRIFieldType
alias
public let alias: String?
domain
public let domain: TableDomain?
editable
public let editable: Bool?
nullable
public let nullable: Bool
exactMatch
public let exactMatch: Bool?
length
public let length: Int?
sqlType
public let sqlType: String
defaultValue
public let defaultValue: JSON?