Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -446,13 +446,16 @@
]
},
"DatasetCompression": {
"discriminator": "type",
"description": "The compression method used on a dataset.",
"type": "object",
"properties": {
"type": {
"type": "object",
"description": "Type of dataset compression. Type: string (or Expression with resultType string)."
},
"level": {
"type": "object",
"description": "The dataset compression level. Type: string (or Expression with resultType string)."
}
},
"additionalProperties": {
Expand All @@ -462,92 +465,6 @@
"type"
]
},
"DatasetBZip2Compression": {
"x-ms-discriminator-value": "BZip2",
"description": "The BZip2 compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {}
},
"DatasetGZipCompression": {
"x-ms-discriminator-value": "GZip",
"description": "The GZip compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The GZip compression level."
}
}
},
"DatasetDeflateCompression": {
"x-ms-discriminator-value": "Deflate",
"description": "The Deflate compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The Deflate compression level."
}
}
},
"DatasetZipDeflateCompression": {
"x-ms-discriminator-value": "ZipDeflate",
"description": "The ZipDeflate compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The ZipDeflate compression level."
}
}
},
"DatasetTarCompression": {
"x-ms-discriminator-value": "Tar",
"description": "The Tar archive method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {}
},
"DatasetTarGZipCompression": {
"x-ms-discriminator-value": "TarGZip",
"description": "The TarGZip compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The TarGZip compression level."
}
}
},
"CompressionLevel": {
"title": "Microsoft.Azure.Management.DataFactories.Models.CompressionLevel",
"description": "All available compression levels.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,16 @@
]
},
"DatasetCompression": {
"discriminator": "type",
"description": "The compression method used on a dataset.",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Type of dataset compression."
"type": "object",
"description": "Type of dataset compression. Type: string (or Expression with resultType string)."
},
"level": {
"type": "object",
"description": "The dataset compression level. Type: string (or Expression with resultType string)."
}
},
"additionalProperties": {
Expand All @@ -413,92 +416,6 @@
"type"
]
},
"DatasetBZip2Compression": {
"x-ms-discriminator-value": "BZip2",
"description": "The BZip2 compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {}
},
"DatasetGZipCompression": {
"x-ms-discriminator-value": "GZip",
"description": "The GZip compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The GZip compression level. Type: string (or Expression with resultType string)."
}
}
},
"DatasetDeflateCompression": {
"x-ms-discriminator-value": "Deflate",
"description": "The Deflate compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The Deflate compression level. Type: string (or Expression with resultType string)."
}
}
},
"DatasetZipDeflateCompression": {
"x-ms-discriminator-value": "ZipDeflate",
"description": "The ZipDeflate compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The ZipDeflate compression level. Type: string (or Expression with resultType string)."
}
}
},
"DatasetTarCompression": {
"x-ms-discriminator-value": "Tar",
"description": "The Tar archive method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {}
},
"DatasetTarGZipCompression": {
"x-ms-discriminator-value": "TarGZip",
"description": "The TarGZip compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The TarGZip compression level. Type: string (or Expression with resultType string)."
}
}
},
"CompressionLevel": {
"title": "Microsoft.Azure.Management.DataFactories.Models.CompressionLevel",
"description": "All available compression levels.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,16 @@
]
},
"DatasetCompression": {
"discriminator": "type",
"description": "The compression method used on a dataset.",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Type of dataset compression."
"type": "object",
"description": "Type of dataset compression. Type: string (or Expression with resultType string)."
},
"level": {
"type": "object",
"description": "The dataset compression level. Type: string (or Expression with resultType string)."
}
},
"additionalProperties": {
Expand All @@ -413,92 +416,6 @@
"type"
]
},
"DatasetBZip2Compression": {
"x-ms-discriminator-value": "BZip2",
"description": "The BZip2 compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {}
},
"DatasetGZipCompression": {
"x-ms-discriminator-value": "GZip",
"description": "The GZip compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The GZip compression level. Type: string (or Expression with resultType string)."
}
}
},
"DatasetDeflateCompression": {
"x-ms-discriminator-value": "Deflate",
"description": "The Deflate compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The Deflate compression level. Type: string (or Expression with resultType string)."
}
}
},
"DatasetZipDeflateCompression": {
"x-ms-discriminator-value": "ZipDeflate",
"description": "The ZipDeflate compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The ZipDeflate compression level. Type: string (or Expression with resultType string)."
}
}
},
"DatasetTarCompression": {
"x-ms-discriminator-value": "Tar",
"description": "The Tar archive method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {}
},
"DatasetTarGZipCompression": {
"x-ms-discriminator-value": "TarGZip",
"description": "The TarGZip compression method used on a dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DatasetCompression"
}
],
"properties": {
"level": {
"type": "object",
"description": "The TarGZip compression level. Type: string (or Expression with resultType string)."
}
}
},
"CompressionLevel": {
"title": "Microsoft.Azure.Management.DataFactories.Models.CompressionLevel",
"description": "All available compression levels.",
Expand Down