DocumentDB Writer: User Attributes

For information on the parameters in this dialog that are specific to all formats, see About Writer Feature Types: User Attributes

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, [...]