<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [SampleArgs](./schema.sampleargs.md) &gt; [proportion](./schema.sampleargs.proportion.md)

## SampleArgs.proportion property

If table size is unknown ahead of time, specify a proportion of rows to sample. If size is specified, it will be used instead, otherwise computed from this proportion using the table.numRows()

<b>Signature:</b>

```typescript
proportion?: number;
```
