> ## 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.

# DatasetContent

***

# Type Alias: DatasetContent

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

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

DatasetContent

## Properties

### columnNames?

```ts theme={null}
optional columnNames: string[];
```

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

Column Names

***

### limit?

```ts theme={null}
optional limit: number;
```

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

Limit

***

### nextStartingToken?

```ts theme={null}
optional nextStartingToken: number | null;
```

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

Next Starting Token

***

### paginated?

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

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

Paginated

***

### rows?

```ts theme={null}
optional rows: DatasetRow[];
```

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

Rows

***

### startingToken?

```ts theme={null}
optional startingToken: number;
```

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

Starting Token

***

### warningMessage?

```ts theme={null}
optional warningMessage: string | null;
```

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

Warning Message
