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 @@ -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