PartitionsValues
Last updated
Last updated
Name
Type
Description
Id
String
A unique identifier for the partition.
RangeLow
String
The lowest value of the partition column. Either an integer when Kind is RANGE, or a date otherwise.
RangeHigh
String
The highest value of the partition column. Either an integer when Kind is RANGE, or a date otherwise.
RangeInterval
String
The range of values which are included in each partition. Only valid when Kind is RANGE
DateResolution
String
How much of the date is significant to a TIME or INGESTION partition column. One of DAY, HOUR, MONTH or YEAR.