Field Resource
The transport-specific data type.8/15/2024| Standard Value | Definition | Usage |
|---|---|---|
| Edm.Boolean | The OData Edm.Boolean data type representing a boolean true or false field. | — |
| Edm.Date | The OData Edm.Date data type representing an ISO 8601 date in YYYY-MM-DD format. Example: "2024-08-13" | — |
| Edm.DateTimeOffset | The OData Edm.DateTimeOffset data type representing an ISO 8601 date in YYYY-MM-DDTHH:MM:SS.F[Z|+/-Offset] format. Example: "2024-08-13T21:55:08.002Z" | — |
| Edm.Decimal | The OData Edm.Decimal data type representing a floating-point decimal number. | — |
| Edm.Double | The OData Edm.Double data type representing a double precision floating point number. | — |
| Edm.Int16 | The OData Edm.Int16 data type representing a 16-bit signed integer. | — |
| Edm.Int32 | The OData Edm.Int32 data type representing a 32-bit signed integer. | — |
| Edm.Int64 | The OData Edm.Int64 data type representing a 64-bit signed integer. | — |
| Edm.String | The OData Edm.String data type | — |