Creates a new collection with the given Collection Key as long as there are no records with assignments to the given Unique Property Key.
For example, if the Collection Key is Transaction, and the Unique Property Key is TransactionId, then the collection will be created
if and only if there no other Collection Key is assigned to Transaction and there are no records within the index with
containing a TransactionId field.
The optional language code is used to generate localized error messages.
The putCollection element cannot have "xsi:nil" as an attribute.
The putCollection element in XML instance can be substituted with other elements.
XML Instance
Creates a new collection with the given Collection Key as long as there are no records with assignments to the given Unique Property Key.
For example, if the Collection Key is Transaction, and the Unique Property Key is TransactionId, then the collection will be created
if and only if there no other Collection Key is assigned to Transaction and there are no records within the index with
containing a TransactionId field.
The optional language code is used to generate localized error messages.
This attribute is required.
Its form is unqualified.
Show details.
Base type of collectionKey is string. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
This attribute is required.
Its form is unqualified.
Show details.
Base type of uniquePropertyKey is string. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
Creates a new collection with the given Collection Key as long as there are no records with assignments to the given Unique Property Key.
For example, if the Collection Key is Transaction, and the Unique Property Key is TransactionId, then the collection will be created
if and only if there no other Collection Key is assigned to Transaction and there are no records within the index with
containing a TransactionId field.
The optional
<code>language</code>
code is used to generate localized error messages.