type property

String? type
getter/setter pair

The supported types are DAY, HOUR, MONTH, and YEAR, which will generate one partition per day, hour, month, and year, respectively.

When the type is not specified, the default behavior is DAY.

Required.

Implementation

core.String? type;