Skip to content

Commit cedb1ea

Browse files
committed
Drop unnecessary size param
1 parent b05beff commit cedb1ea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

specification/_spec_utils/behaviors.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ export interface CommonCatQueryParameters {
108108
* Values that are not an exact multiple of the chosen unit are rounded down.
109109
*/
110110
bytes?: Bytes
111-
/**
112-
* Sets the units for columns that contain a size value which is not a byte-size value.
113-
* If omitted, size values are rendered with a suffix such as `k`, `m`, or `g`, chosen such that the numeric value of the column is as small as possible whilst still being at least `1.0`.
114-
* If given, size values are rendered as an integer with no suffix, representing the value of the column in the chosen unit.
115-
* Values that are not an exact multiple of the chosen unit are rounded down.
116-
*/
117-
size?: '' | 'k' | 'm' | 'g' | 't' | 'p'
118111
/**
119112
* Sets the units for columns that contain a time duration.
120113
* If omitted, time duration values are rendered with a suffix such as `ms`, `s`, `m` or `h`, chosen such that the numeric value of the column is as small as possible whilst still being at least `1.0`.

0 commit comments

Comments
 (0)