DataType.AsString Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The names of all of the data types as plain strings.
public static class DataType.AsString
type DataType.AsString = class
Public Class DataType.AsString
- Inheritance
-
DataType.AsString
Fields
Boolean |
Indicates that a field contains a Boolean value (true or false). |
Complex |
Indicates that a field contains one or more complex objects that in turn have sub-fields of other types. |
DateTimeOffset |
Indicates that a field contains a date/time value, including timezone information. |
Double |
Indicates that a field contains an IEEE double-precision floating point number. |
GeographyPoint |
Indicates that a field contains a geo-location in terms of longitude and latitude. |
Int32 |
Indicates that a field contains a 32-bit signed integer. |
Int64 |
Indicates that a field contains a 64-bit signed integer. |
String |
Indicates that a field contains a string. |
Applies to
Azure SDK for .NET