Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface RecordLength

The length of the records in the data set.

Hierarchy

  • RecordLength

Properties

Properties

max: undefined | number

The maximum record length. In case of fixed, both minimum and maximum are the same.

min: undefined | number

The minimum record length of a record.