File tree Expand file tree Collapse file tree 1 file changed +6
-29
lines changed
Expand file tree Collapse file tree 1 file changed +6
-29
lines changed Original file line number Diff line number Diff line change 15481548 "type": "object",
15491549 "properties": {
15501550 "avroCompressionCodec": {
1551- "oneOf": [
1552- {
1553- "type": "string",
1554- "enum": [
1555- "none",
1556- "deflate",
1557- "snappy",
1558- "xz",
1559- "bzip2"
1560- ]
1561- },
1562- {
1563- "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1564- }
1565- ]
1551+ "type": "object",
1552+ "properties": {},
1553+ "description": "The data avroCompressionCodec. Type: string (or Expression with resultType string)."
15661554 },
15671555 "avroCompressionLevel": {
15681556 "oneOf": [
2013220120 "description": "Dataset location."
2013320121 },
2013420122 "orcCompressionCodec": {
20135- "oneOf": [
20136- {
20137- "type": "string",
20138- "enum": [
20139- "none",
20140- "zlib",
20141- "snappy",
20142- "lzo"
20143- ]
20144- },
20145- {
20146- "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
20147- }
20148- ]
20123+ "type": "object",
20124+ "properties": {},
20125+ "description": "The data orcCompressionCodec. Type: string (or Expression with resultType string)."
2014920126 }
2015020127 },
2015120128 "required": [
You can’t perform that action at this time.
0 commit comments