Packagecom.esri.aws.services
Classpublic class AttributeDesc

Contains metadata fields for a data file, layer, or data source.



Public Properties
 PropertyDefined by
  length : int
The maximum length of the value in a metadata field.
AttributeDesc
  name : String
The name of the metadata field.
AttributeDesc
  precision : int
The maximum valid number of digits after the decimal place.
AttributeDesc
  required : String
Determines if the metadata field is required.
AttributeDesc
  shortDesc : String
The short description of the metadata field.
AttributeDesc
  type : String
The type of feature.
AttributeDesc
Property detail
lengthproperty
public var length:int

The maximum length of the value in a metadata field.

nameproperty 
public var name:String

The name of the metadata field.

precisionproperty 
public var precision:int

The maximum valid number of digits after the decimal place.

requiredproperty 
public var required:String

Determines if the metadata field is required. Valid values are "false" or "true".

The default value is "true"..

shortDescproperty 
public var shortDesc:String

The short description of the metadata field.

typeproperty 
public var type:String

The type of feature. Valid values are "date", "double", "integer", or "string".