DataExtensionField
The DataExtensionField object represents a field within a data extension. You can perform a retrieve call on this object and request DataExtension.CustomerKey.
Name | Data Type | Description |
---|---|---|
AttributeMaps | AttributeMap[] | Reserved for future use. |
Client | ClientID | Specifies the account ownership and context of an object. |
CorrelationID | xsd | Identifies correlation of objects across several requests. |
CreatedDate | xsd | Read-only date and time of the object's creation. |
CustomerKey | xsd | User-supplied unique identifier for an object within an object type, which corresponds to the external key assigned to an object. |
DataExtension | DataExtension | Specifies the data extension. |
DataType | xsd | This 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) |
DefaultValue | xsd | The 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. |
Description | xsd | Describes and provides information regarding the object. |
DisplayOrder | xsd | Specifies the position in which the attribute appears on the Subscriber Profile Center page. |
FieldType | DataExtensionFieldType | Designates data type for a data extension field. |
ID | xsd | Read-only identifier for an object. Some objects use the ObjectID property as a unique ID. |
IsAccountProperty | xsd | Indicates whether the property is specific to the account. |
IsContextSpecific | xsd | Reserved for future use. |
IsCreatable | xsd | Indicates if the PropertyDefinition, ObjectDefinition, or DataExtensionField can be set on a Create call. A value of true indicates it is creatable. |
IsEditable | xsd | Indicates if the property is editable by the end-user in the profile center. |
IsFilterable | xsd | Indicates if you can filter on this property. Set to true to specify the property in a SimpleFilterPart in a Retrieve call. |
IsNillable | xsd | Indicates whether the property can contain a NULL value. |
IsPartnerProperty | xsd | Indicates if the property is specific to a partner. |
IsPrimaryKey | xsd | Designates whether a data extension field is used as a primary key for that data extension. |
IsQueryable | xsd | Indicates whether the property is queryable. |
IsRequired | xsd | Indicates 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. |
IsRestrictedPicklist | xsd | Indicates whetherthe property has a restricted list of valid values. |
IsRetrievable | xsd | Indicates if object data is retrievable. |
IsSendTime | xsd | Indicates whether the property is a send time attribute. |
IsUpdatable | xsd | Indicates whether object is updatable. |
IsViewable | xsd | Indicates whether the property is viewable by the end-user in the profile center. |
Label | xsd | Name or text that is displayed next to the field. |
Markups | APIProperty[] | Deprecated. |
MaxLength | xsd | Maximum length of the data. |
MaxValue | xsd | Specifies the maximum value to set this property to. |
MinLength | xsd | Specifies the minimum length of the data. |
MinValue | xsd | Specifies the minimum value to set this property to. |
ModifiedDate | Nullable`1 | Indicates the last time object information was modified. |
Name | xsd | Name of the object or property. |
ObjectID | xsd | System-controlled, read-only text string identifier for object. |
ObjectState | xsd | Reserved for future use. |
Ordinal | xsd | Indicates position of object within an array |
Owner | Owner | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | xsd | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerMap | xsd | Deprecated. |
PartnerProperties | APIProperty[] | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
PicklistItems | PicklistItem[] | Represents a list of the valid values for the property. |
Precision | xsd | Defines numeric precision for decimal properties. |
PropertyType | PropertyType | Indicates the data type of the property. |
References | APIObject[] | Indicates the object types of the referenced objects. Reserved for future use. |
RelationshipName | xsd | Indicates the name of the relationship, such as One-to-One, One-to-Many. |
Scale | xsd | Indicates numeric precision for decimal properties. |
Status | xsd | Defines status of object. Status of an address. |
StorageType | DataExtensionFieldStorageType | Indicates special storage properties for the field. Valid values are: Unspecified, Plain, Encrypted, or Obfuscated. |
ValueType | SoapType | ValueType indicates the actual data type of the value that is stored in this property. |