LogsColumn interface

A column in a table.

Properties

name

The name of this column.

type

The data type of this column. Defines values for LogsColumnType. <xref:KnownLogsColumnType> can be used interchangeably with LogsColumnType, this enum contains the known values that the service supports.

Known values supported by the service

bool datetime dynamic int long real string guid decimal timespan

Property Details

name

The name of this column.

name?: string

Property Value

string

type

The data type of this column. Defines values for LogsColumnType. <xref:KnownLogsColumnType> can be used interchangeably with LogsColumnType, this enum contains the known values that the service supports.

Known values supported by the service

bool datetime dynamic int long real string guid decimal timespan

type?: string

Property Value

string