...
Deprecated: sql-client.display.max-column-width, default value is 30 | table.display.max-column-width, default value is 30 | ||
sqlclient | Streaming | Changes will be forwarded to table.display.max-column-width | Text longer than the value will be truncated and replaced with “...” |
sqlclient | Batch | No effect. Changes will be forwarded to table.display.max-column-width with the default value 30 will be used | Text longer than the value will be truncated and replaced with “...” |
Table API | Streaming | No effect. table.display.max-column-width with the default value 30 will be used | Text longer than the value will be truncated and replaced with “...” |
Table API | Batch | No effect. table.display.max-column-width with the default value 30 will be used | Text longer than the value will be truncated and replaced with “...” |
...