public enum DataTableColumnInfo.Types.DataTableColumnTypeReference documentation and code samples for the Chronicle v1 API enum DataTableColumnInfo.Types.DataTableColumnType.
DataTableColumnType denotes the type of the column to be referenced in the rule.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Fields |
|
|---|---|
| Name | Description |
Cidr |
Denotes the type of the column as CIDR. |
Number |
Denotes the type of the column as NUMBER (includes int and float). |
Regex |
Denotes the type of the column as REGEX. |
String |
Denotes the type of the column as STRING. |
Unspecified |
The default Data Table Column Type. |