Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maximum chunk size to data lake store docs. #4464

Merged
merged 3 commits into from
Nov 14, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -64,7 +64,7 @@
"format": "file"
},
"required": true,
"description": "The file contents to include when appending to the file."
"description": "The file contents to include when appending to the file. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks."
jhendrixMSFT marked this conversation as resolved.
Show resolved Hide resolved
},
{
"name": "appendMode",
Expand Down Expand Up @@ -647,7 +647,7 @@
"format": "file"
},
"required": true,
"description": "The file contents to include when appending to the file."
"description": "The file contents to include when appending to the file. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks."
},
{
"name": "offset",
Expand Down Expand Up @@ -719,7 +719,7 @@
"format": "file"
},
"required": false,
"description": "The file contents to include when creating the file. This parameter is optional, resulting in an empty file if not specified."
"description": "The file contents to include when creating the file. This parameter is optional, resulting in an empty file if not specified. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks."
},
{
"name": "overwrite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"format": "file"
},
"required": true,
"description": "The file contents to include when appending to the file."
"description": "The file contents to include when appending to the file. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks."
},
{
"name": "appendMode",
Expand Down Expand Up @@ -743,7 +743,7 @@
"format": "file"
},
"required": true,
"description": "The file contents to include when appending to the file."
"description": "The file contents to include when appending to the file. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks."
},
{
"name": "offset",
Expand Down Expand Up @@ -854,7 +854,7 @@
"format": "file"
},
"required": false,
"description": "The file contents to include when creating the file. This parameter is optional, resulting in an empty file if not specified."
"description": "The file contents to include when creating the file. This parameter is optional, resulting in an empty file if not specified. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks."
},
{
"name": "overwrite",
Expand Down