Microsoft Azure Storage Table User Attributes
User attributes define an attribute to be stored within the object data table.
Readers: For information on the parameters in this dialog that are common to all readers, see:
Writers: For information on the parameters in this dialog that are common to all writers, see:
The Azure Storage Table feature attributes consists of the columns that were in the Microsoft Azure Storage Table. All features contain an azure_table_type attribute (which is always set to azure_table_none since there is no geometry to Azure Storage Table features).
User attributes for this format are defined below.
| Name |
The name of the table or layer name to be written. |
| Type |
This format supports the following field types. boolean Stores true/false data. Data read from or written to these fields must always have a value of either true or false. double Stores 64-bit floating point numbers. int Represents a signed, 32-bit wide integer. text Stores variable length strings. This type is also used to store date values. |