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)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As EdmType |
Syntax
Visual Basic |
---|
Public Enumeration EdmType |
C# |
---|
public enum EdmType |
C++ |
---|
public enum class EdmType |
J# |
---|
public enum EdmType |
JScript |
---|
public enum EdmType |
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. |