mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
		
			801 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			801 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | title: tableColumnCountToBeBetween | ||
|  | slug: /main-concepts/metadata-standard/schemas/tests/table/tablecolumncounttobebetween | ||
|  | --- | ||
|  | 
 | ||
|  | # TableColumnCountToBeBetween
 | ||
|  | 
 | ||
|  | *This schema defines the test TableColumnCountToBeBetween. Test the number of columns to be between min max value.* | ||
|  | 
 | ||
|  | ## Properties
 | ||
|  | 
 | ||
|  | - **`minColValue`** *(integer)*: Expected number of columns should be greater than or equal to {minValue}. If minValue is not included, maxValue is treated as upperBound and there will be no minimum number of column. | ||
|  | - **`maxColValue`** *(integer)*: Expected number of columns should be less than or equal to {maxValue}. If maxValue is not included, minValue is treated as lowerBound and there will be no maximum number of column. | ||
|  | 
 | ||
|  | 
 | ||
|  | Documentation file automatically generated at 2022-07-14 10:51:34.749986. |