EdmType Enumeration

Windows Runtime Azure Storage Client Library

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)

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 nameDescription
BinaryRepresents fixed- or variable-length binary data.
BooleanRepresents the mathematical concept of binary-valued logic.
DateTimeRepresents date and time.
DoubleRepresents a floating point number with 15 digits precision that can represent values with approximate range of +/- 2.23e -308 through +/- 1.79e +308.
GuidRepresents a 16-byte (128-bit) unique identifier value.
Int32Represents a signed 32-bit integer value.
Int64Represents a signed 64-bit integer value.
StringRepresents fixed- or variable-length character data.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also