Chronicle v1 API - Enum DataTableColumnInfo.Types.DataTableColumnType (1.0.0-beta05)

public enum DataTableColumnInfo.Types.DataTableColumnType

Reference 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.V1

Assembly

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.