3.1.4.9.3.8 t:NonEmptyArrayOfItemChangeDescriptionsType Complex Type
The NonEmptyArrayOfItemChangeDescriptionsType complex type specifies an array of items and their change types.
-
<xs:complexType name="NonEmptyArrayOfItemChangeDescriptionsType"> <xs:choice maxOccurs="unbounded" > <xs:element name="AppendToItemField" type="t:AppendToItemFieldType" /> <xs:element name="SetItemField" type="t:SetItemFieldType" /> <xs:element name="DeleteItemField" type="t:DeleteItemFieldType" /> </xs:choice> </xs:complexType>
The following table lists the child elements of the NonEmptyArrayOfItemChangeDescriptionsType complex type.
Element name |
Type |
Description |
---|---|---|
AppendToItemField |
t:AppendToItemFieldType (section 3.1.4.9.3.3) |
Specifies data to append to a single property of an item during an UpdateItem operation. |
SetItemField |
t:SetItemFieldType (section 3.1.4.9.3.10) |
Specifies an update to a single property of an item in an UpdateItem operation. |
DeleteItemField |
t:DeleteItemFieldType (section 3.1.4.9.3.5) |
Specifies an operation to delete a given property from an item during an UpdateItem operation. |