Skip to content

Commit

Permalink
Align with service and documentation where Blob Quick Query XML eleme…
Browse files Browse the repository at this point in the history
…nts are optional instead of required (#14688)
  • Loading branch information
amnguye authored Jun 8, 2021
1 parent 9adc7d2 commit 6ecec2d
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10030,47 +10030,40 @@
"xml": {
"name": "DelimitedTextConfiguration"
},
"description": "delimited text configuration",
"description": "Groups the settings used for interpreting the blob data if the blob is delimited text formatted.",
"type": "object",
"required": [
"ColumnSeparator",
"FieldQuote",
"RecordSeparator",
"EscapeChar",
"HeadersPresent"
],
"properties": {
"ColumnSeparator": {
"type": "string",
"description": "column separator",
"description": "The string used to separate columns.",
"xml": {
"name": "ColumnSeparator"
}
},
"FieldQuote": {
"type": "string",
"description": "field quote",
"description": "The string used to quote a specific field.",
"xml": {
"name": "FieldQuote"
}
},
"RecordSeparator": {
"type": "string",
"description": "record separator",
"description": "The string used to separate records.",
"xml": {
"name": "RecordSeparator"
}
},
"EscapeChar": {
"type": "string",
"description": "escape char",
"description": "The string used as an escape character.",
"xml": {
"name": "EscapeChar"
}
},
"HeadersPresent": {
"type": "boolean",
"description": "has headers",
"description": "Represents whether the data has headers.",
"xml": {
"name": "HasHeaders"
}
Expand All @@ -10083,13 +10076,10 @@
},
"description": "json text configuration",
"type": "object",
"required": [
"RecordSeparator"
],
"properties": {
"RecordSeparator": {
"type": "string",
"description": "record separator",
"description": "The string used to separate records.",
"xml": {
"name": "RecordSeparator"
}
Expand Down Expand Up @@ -10542,7 +10532,7 @@
}
},
"QueryRequest": {
"description": "the quick query body",
"description": "Groups the set of query request settings.",
"type": "object",
"required": [
"QueryType",
Expand All @@ -10551,7 +10541,7 @@
"properties": {
"QueryType": {
"type": "string",
"description": "the query type",
"description": "Required. The type of the provided query expression.",
"xml": {
"name": "QueryType"
},
Expand All @@ -10561,7 +10551,7 @@
},
"Expression": {
"type": "string",
"description": "a query statement",
"description": "The query expression in SQL. The maximum size of the query expression is 256KiB.",
"xml": {
"name": "Expression"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10053,47 +10053,40 @@
"xml": {
"name": "DelimitedTextConfiguration"
},
"description": "delimited text configuration",
"description": "Groups the settings used for interpreting the blob data if the blob is delimited text formatted.",
"type": "object",
"required": [
"ColumnSeparator",
"FieldQuote",
"RecordSeparator",
"EscapeChar",
"HeadersPresent"
],
"properties": {
"ColumnSeparator": {
"type": "string",
"description": "column separator",
"description": "The string used to separate columns.",
"xml": {
"name": "ColumnSeparator"
}
},
"FieldQuote": {
"type": "string",
"description": "field quote",
"description": "The string used to quote a specific field.",
"xml": {
"name": "FieldQuote"
}
},
"RecordSeparator": {
"type": "string",
"description": "record separator",
"description": "The string used to separate records.",
"xml": {
"name": "RecordSeparator"
}
},
"EscapeChar": {
"type": "string",
"description": "escape char",
"description": "The string used as an escape character.",
"xml": {
"name": "EscapeChar"
}
},
"HeadersPresent": {
"type": "boolean",
"description": "has headers",
"description": "Represents whether the data has headers.",
"xml": {
"name": "HasHeaders"
}
Expand All @@ -10106,13 +10099,10 @@
},
"description": "json text configuration",
"type": "object",
"required": [
"RecordSeparator"
],
"properties": {
"RecordSeparator": {
"type": "string",
"description": "record separator",
"description": "The string used to separate records.",
"xml": {
"name": "RecordSeparator"
}
Expand All @@ -10123,7 +10113,7 @@
"xml": {
"name": "ArrowConfiguration"
},
"description": "arrow configuration",
"description": "Groups the settings used for formatting the response if the response should be Arrow formatted.",
"type": "object",
"required": [
"Schema"
Expand All @@ -10145,7 +10135,7 @@
"xml": {
"name": "Field"
},
"description": "field of an arrow schema",
"description": "Groups settings regarding specific field of an arrow schema",
"type": "object",
"required": [
"Type"
Expand Down Expand Up @@ -10611,7 +10601,7 @@
}
},
"QueryRequest": {
"description": "the quick query body",
"description": "Groups the set of query request settings.",
"type": "object",
"required": [
"QueryType",
Expand All @@ -10620,7 +10610,7 @@
"properties": {
"QueryType": {
"type": "string",
"description": "the query type",
"description": "Required. The type of the provided query expression.",
"xml": {
"name": "QueryType"
},
Expand All @@ -10630,7 +10620,7 @@
},
"Expression": {
"type": "string",
"description": "a query statement",
"description": "The query expression in SQL. The maximum size of the query expression is 256KiB.",
"xml": {
"name": "Expression"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10435,47 +10435,40 @@
"xml": {
"name": "DelimitedTextConfiguration"
},
"description": "delimited text configuration",
"description": "Groups the settings used for interpreting the blob data if the blob is delimited text formatted.",
"type": "object",
"required": [
"ColumnSeparator",
"FieldQuote",
"RecordSeparator",
"EscapeChar",
"HeadersPresent"
],
"properties": {
"ColumnSeparator": {
"type": "string",
"description": "column separator",
"description": "The string used to separate columns.",
"xml": {
"name": "ColumnSeparator"
}
},
"FieldQuote": {
"type": "string",
"description": "field quote",
"description": "The string used to quote a specific field.",
"xml": {
"name": "FieldQuote"
}
},
"RecordSeparator": {
"type": "string",
"description": "record separator",
"description": "The string used to separate records.",
"xml": {
"name": "RecordSeparator"
}
},
"EscapeChar": {
"type": "string",
"description": "escape char",
"description": "The string used as an escape character.",
"xml": {
"name": "EscapeChar"
}
},
"HeadersPresent": {
"type": "boolean",
"description": "has headers",
"description": "Represents whether the data has headers.",
"xml": {
"name": "HasHeaders"
}
Expand All @@ -10488,13 +10481,10 @@
},
"description": "json text configuration",
"type": "object",
"required": [
"RecordSeparator"
],
"properties": {
"RecordSeparator": {
"type": "string",
"description": "record separator",
"description": "The string used to separate records.",
"xml": {
"name": "RecordSeparator"
}
Expand All @@ -10505,7 +10495,7 @@
"xml": {
"name": "ArrowConfiguration"
},
"description": "arrow configuration",
"description": "Groups the settings used for formatting the response if the response should be Arrow formatted.",
"type": "object",
"required": [
"Schema"
Expand All @@ -10527,7 +10517,7 @@
"xml": {
"name": "Field"
},
"description": "field of an arrow schema",
"description": "Groups settings regarding specific field of an arrow schema",
"type": "object",
"required": [
"Type"
Expand Down Expand Up @@ -10993,7 +10983,7 @@
}
},
"QueryRequest": {
"description": "the quick query body",
"description": "Groups the set of query request settings.",
"type": "object",
"required": [
"QueryType",
Expand All @@ -11002,7 +10992,7 @@
"properties": {
"QueryType": {
"type": "string",
"description": "the query type",
"description": "Required. The type of the provided query expression.",
"xml": {
"name": "QueryType"
},
Expand All @@ -11012,7 +11002,7 @@
},
"Expression": {
"type": "string",
"description": "a query statement",
"description": "The query expression in SQL. The maximum size of the query expression is 256KiB.",
"xml": {
"name": "Expression"
}
Expand Down
Loading

0 comments on commit 6ecec2d

Please sign in to comment.