OperationalInsightsColumnType Enum
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.
Column data type.
public enum OperationalInsightsColumnType
type OperationalInsightsColumnType =
Public Enum OperationalInsightsColumnType
- Inheritance
-
OperationalInsightsColumnType
Fields
Name | Value | Description |
---|---|---|
String | 0 | string. |
Int | 1 | int. |
Long | 2 | long. |
Real | 3 | real. |
Boolean | 4 | boolean. |
DateTime | 5 | dateTime. |
Guid | 6 | guid. |
Dynamic | 7 | dynamic. |