Property | Description | |
Default | Determines the default value of the property. Enter the default value or select NULL if the default value is null. Note: If the OData element is a key, that is, if you selected True for the Key property, the Default property cannot have a null value. | |
Fixed Length | Specifies whether the length of the value of the property must be fixed or whether it can vary. | |
Select... | To... | |
True | Indicate that the length of the value of the property consists of a fixed number of bytes. | |
False | Indicate that the value of the property can be of varying length. | |
Max Length | Specifies the maximum length of the value of the property. Enter a positive integer if you want to restrict the value to a specific length. Select Max if the value can be of any length. | |
Unicode | Specifies whether or not the value of the property is encoded using Unicode (UTF-8) or ASCII. . | |
Select... | To... | |
True | Indicate that value of the property encoded using Unicode (UTF-8). This is the default. | |
False | Indicate that the value of the property is encoded using ASCII. | |
Collation | Specifies a sorting sequence that can be used for comparison and ordering operations on values of the property. |