BaseAttribute | ListAttribute | Specifies the base attribute of a list attribute in the person model. |
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. This property corresponds to the external key assigned to an object. |
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. |
FieldLength | xsd | Defines number of characters available within a field for a list attribute. |
FieldType | ListAttributeFieldType | 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. |
Inheritable | xsd | Indicates whether a list attribute can be inherited. A value of true indicates an inheritable list attribute. |
IsHidden | xsd | Specifies whether a list attribute is hidden. A value of true indicates that the list attribute is hidden. |
IsNullable | xsd | Specifies whether a list attribute can contain a null value. A value of true indicates a list attributes can contain a null value. |
IsReadOnly | xsd | Indicates whether a list attribute is read-only. A value of true indicates that the list attribute is read-only. |
List | List | List associated with an object. |
MaxValue | xsd | Indicates the maximum value that this property can be set to. |
MinValue | xsd | Specifies the minimum value that this property can be set to. |
ModifiedDate | Nullable`1 | Indicates the last time object information was modified. |
MustOverride | xsd | Indicates whether a list attribute must override all other values. A value of true indicates that this list attribute overrides other list attributes. |
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 |
Overridable | xsd | Indicates a list attribute can be overridden. A value of true indicates that a list attribute can be overridden. |
OverrideType | OverrideType | Indicates how a list attribute can be overridden. Valid values include:- DoNotOverride
- Override
- OverrideExceptWhenNull
|
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. |
PartnerProperties | APIProperty[] | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
RestrictedValues | ListAttributeRestrictedValue[] | Specifies a collection for restricted values. |
Scale | xsd | Indicates numeric precision for decimal properties. |