Skip to content

Commit 0b11233

Browse files
authored
Append with Flush (#19298)
* Append with Flush (#18546) * PR comment
1 parent 6d564f9 commit 0b11233

File tree

1 file changed

+11
-0
lines changed
  • specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08

1 file changed

+11
-0
lines changed

specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08/DataLakeStorage.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,6 +2196,9 @@
21962196
},
21972197
{
21982198
"$ref": "#/parameters/EncryptionAlgorithm"
2199+
},
2200+
{
2201+
"$ref": "#/parameters/Flush"
21992202
}
22002203
],
22012204
"responses": {
@@ -3165,6 +3168,14 @@
31653168
"name": "cpk-info"
31663169
},
31673170
"description": "The algorithm used to produce the encryption key hash. Currently, the only accepted value is \"AES256\". Must be provided if the x-ms-encryption-key header is provided."
3171+
},
3172+
"Flush": {
3173+
"name": "flush",
3174+
"type": "boolean",
3175+
"in": "query",
3176+
"required": false,
3177+
"x-ms-parameter-location": "method",
3178+
"description": "If file should be flushed after the append"
31683179
}
31693180
},
31703181
"definitions": {

0 commit comments

Comments
 (0)