> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# LogRecordsSortClause

***

# Type Alias: LogRecordsSortClause

```ts theme={null}
type LogRecordsSortClause = object;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

LogRecordsSortClause

## Properties

### ascending?

```ts theme={null}
optional ascending: boolean;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Ascending

***

### columnId

```ts theme={null}
columnId: string;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Column Id

ID of the column to sort.

***

### sortType?

```ts theme={null}
optional sortType: "column";
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Sort Type
