DocumentDB Writer: User Attributes
For information on the parameters in this dialog that are common to all readers, see:
For information on the parameters in this dialog that are common to all writers, see:
All features correspond to JSON Documents in DocumentDB, so JSON attribute types are used.
The DocumentDB Writer will attempt to convert incoming attributes to the type defined on the writer feature type schema. Null values may be written, regardless of the defined attribute type.
User attributes for this format are defined below.
Attribute Type |
Description |
---|---|
string | Unicode string |
boolean | Boolean primitive |
float | Floating point number |
int | Integer value |
object_or_array | JSON object or array |
object | JSON object, {...} |
array | JSON array, [...] |