Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public enum EdmType
 
public enum class EdmType
 
type EdmType
 
Public Enumeration EdmType

Members

Member nameDescription
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