Table of Contents

Enum EdmType

Namespace
Microsoft.WindowsAzure.Storage.Table
Assembly
Microsoft.WindowsAzure.Storage.dll

Enumeration containing the types of values that can be stored in a table entity property.

public enum EdmType

Fields

Binary = 1

Represents fixed- or variable-length binary data.

Boolean = 2

Represents the mathematical concept of binary-valued logic.

DateTime = 3

Represents date and time.

Double = 4

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 = 5

Represents a 16-byte (128-bit) unique identifier value.

Int32 = 6

Represents a signed 32-bit integer value.

Int64 = 7

Represents a signed 64-bit integer value.

String = 0

Represents fixed- or variable-length character data.