DataExtensionField

The DataExtensionField object represents a field within a data extension. You can perform a retrieve call on this object and request DataExtension.CustomerKey.

Properties 

NameData TypeDescription
AttributeMapsAttributeMap[]Reserved for future use.
ClientClientIDSpecifies the account ownership and context of an object.
CorrelationIDxsd:stringIdentifies correlation of objects across several requests.
CreatedDatexsd:dateTimeRead-only date and time of the object's creation.
CustomerKeyxsd:stringUser-supplied unique identifier for an object within an object type, which corresponds to the external key assigned to an object.
DataExtensionDataExtensionSpecifies the data extension.
DataTypexsd:stringThis has been deprecated. Use ValueType. (PropertyDefinition) The data type of the parameter that is passed to the Data Extract, which can be used to dynamically build a user interface with some basic data validation. (ExtractParameterDescription)
DefaultValuexsd:stringThe default value for a data extension field if no value is supplied (Include Now() as the default value if you wish to have a field default to today's date). Used by ExtractParameterDescription as the default value for the parameter if not suppliedwhen a data extract is executed. Used by PropertyDefinition if the default value for the attribute if not suppliedfor a data profile attribute.
Descriptionxsd:stringDescribes and provides information regarding the object.
DisplayOrderxsd:intSpecifies the position in which the attribute appears on the Subscriber Profile Center page.
FieldTypeDataExtensionFieldTypeDesignates data type for a data extension field.
IDxsd:intRead-only identifier for an object. Some objects use the ObjectID property as a unique ID.
IsAccountPropertyxsd:booleanIndicates whether the property is specific to the account.
IsContextSpecificxsd:booleanReserved for future use.
IsCreatablexsd:booleanIndicates if the PropertyDefinition, ObjectDefinition, or DataExtensionField can be set on a Create call. A value of true indicates it is creatable.
IsEditablexsd:booleanIndicates if the property is editable by the end-user in the profile center.
IsFilterablexsd:booleanIndicates if you can filter on this property. Set to true to specify the property in a SimpleFilterPart in a Retrieve call.
IsNillablexsd:booleanIndicates whether the property can contain a NULL value.
IsPartnerPropertyxsd:booleanIndicates if the property is specific to a partner.
IsPrimaryKeyxsd:booleanDesignates whether a data extension field is used as a primary key for that data extension.
IsQueryablexsd:booleanIndicates whether the property is queryable.
IsRequiredxsd:booleanIndicates whether the property must have a value specified. Create calls must include a supplied value, while Update and Delete calls don't require a value.
IsRestrictedPicklistxsd:booleanIndicates whetherthe property has a restricted list of valid values.
IsRetrievablexsd:booleanIndicates if object data is retrievable.
IsSendTimexsd:booleanIndicates whether the property is a send time attribute.
IsUpdatablexsd:booleanIndicates whether object is updatable.
IsViewablexsd:booleanIndicates whether the property is viewable by the end-user in the profile center.
Labelxsd:stringName or text that is displayed next to the field.
MarkupsAPIProperty[]Deprecated.
MaxLengthxsd:intMaximum length of the data.
MaxValuexsd:stringSpecifies the maximum value to set this property to.
MinLengthxsd:intSpecifies the minimum length of the data.
MinValuexsd:stringSpecifies the minimum value to set this property to.
ModifiedDateNullable`1Indicates the last time object information was modified.
Namexsd:stringName of the object or property.
ObjectIDxsd:stringSystem-controlled, read-only text string identifier for object.
ObjectStatexsd:stringReserved for future use.
Ordinalxsd:intIndicates position of object within an array
OwnerOwnerDescribes account ownership of subscriber in an on-your-behalf account.
PartnerKeyxsd:stringUnique identifier provided by partner for an object. This property is accessible only via API.
PartnerMapxsd:stringDeprecated.
PartnerPropertiesAPIProperty[]A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API.
PicklistItemsPicklistItem[]Represents a list of the valid values for the property.
Precisionxsd:intDefines numeric precision for decimal properties.
PropertyTypePropertyTypeIndicates the data type of the property.
ReferencesAPIObject[]Indicates the object types of the referenced objects. Reserved for future use.
RelationshipNamexsd:stringIndicates the name of the relationship, such as One-to-One, One-to-Many.
Scalexsd:intIndicates numeric precision for decimal properties.
Statusxsd:stringDefines status of object. Status of an address.
StorageTypeDataExtensionFieldStorageTypeIndicates special storage properties for the field. Valid values are: Unspecified, Plain, Encrypted, or Obfuscated.
ValueTypeSoapTypeValueType indicates the actual data type of the value that is stored in this property.

Related Items