Skip to content

Sample

The "sample" transform takes a random sample of the data objects.

Parameters

size

Type: number

The maximum sample size.

Default: 500

Example

{
  "type": "sample",
  "size": 100
}