Package version:

Interface LogsColumn

A column in a table.

interface LogsColumn {
    name?: string;
    type?: string;
}

Properties

Properties

name?: string

The name of this column.

type?: string

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

bool datetime dynamic int long real string guid decimal timespan