EdmType Enumeration (Microsoft.WindowsAzure.Storage.Table)
From Microsoft Windows Azure Storage Blob
EdmType Enumeration
Enumeration containing the types of values that can be stored in a table entity property.
Namespace:
Microsoft.WindowsAzure.Storage.Table
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name Description Binary Represents fixed- or variable-length binary data.
Boolean Represents the mathematical concept of binary-valued logic.
DateTime Represents date and time.
Double Represents a floating point number with 15 digits precision that can represent values with approximate range of +/- 2.23e -308 through +/- 1.79e +308.
Guid Represents a 16-byte (128-bit) unique identifier value.
Int32 Represents a signed 32-bit integer value.
Int64 Represents a signed 64-bit integer value.
String Represents fixed- or variable-length character data.
Return to top
Enumeration containing the types of values that can be stored in a table entity property.
Syntax
Members
| Member name | Description | |
|---|---|---|
| Binary | Represents fixed- or variable-length binary data. | |
| Boolean | Represents the mathematical concept of binary-valued logic. | |
| DateTime | Represents date and time. | |
| Double | Represents a floating point number with 15 digits precision that can represent values with approximate range of +/- 2.23e -308 through +/- 1.79e +308. | |
| Guid | Represents a 16-byte (128-bit) unique identifier value. | |
| Int32 | Represents a signed 32-bit integer value. | |
| Int64 | Represents a signed 64-bit integer value. | |
| String | Represents fixed- or variable-length character data. |