You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08/DataLakeStorage.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2196,6 +2196,9 @@
2196
2196
},
2197
2197
{
2198
2198
"$ref": "#/parameters/EncryptionAlgorithm"
2199
+
},
2200
+
{
2201
+
"$ref": "#/parameters/Flush"
2199
2202
}
2200
2203
],
2201
2204
"responses": {
@@ -3165,6 +3168,14 @@
3165
3168
"name": "cpk-info"
3166
3169
},
3167
3170
"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"
0 commit comments