@@ -202,16 +202,16 @@ items:
202
202
module : azure.datalake.store.lib
203
203
name : ends
204
204
syntax :
205
- content : ' ends = {'' APPEND'' : ('' post'' , set(), {'' syncFlag '' , '' leaseid '' , '' filesessionid '' ,
206
- '' append '' , '' offset '' }), '' CHECKACCESS'' : ('' get'' , set(), {'' fsaction'' }),
205
+ content : ' ends = {'' APPEND'' : ('' post'' , set(), {'' offset '' , '' syncFlag '' , '' append '' ,
206
+ '' filesessionid '' , '' leaseid '' }), '' CHECKACCESS'' : ('' get'' , set(), {'' fsaction'' }),
207
207
'' CONCAT'' : ('' post'' , {'' sources'' }, {'' sources'' }), '' MSCONCAT'' : ('' post'' ,
208
- set(), {'' deleteSourceDirectory'' }), '' CREATE'' : ('' put'' , set(), {'' write '' ,
209
- '' syncFlag'' , '' leaseid '' , '' filesessionid '' , '' overwrite '' }), '' DELETE'' : ('' delete'' ,
208
+ set(), {'' deleteSourceDirectory'' }), '' CREATE'' : ('' put'' , set(), {'' overwrite '' ,
209
+ '' syncFlag'' , '' filesessionid '' , '' write '' , '' leaseid '' }), '' DELETE'' : ('' delete'' ,
210
210
set(), {'' recursive'' }), '' GETCONTENTSUMMARY'' : ('' get'' , set(), set()), '' GETFILESTATUS'' :
211
- ('' get'' , set(), set()), '' LISTSTATUS'' : ('' get'' , set(), {'' listAfter '' , '' listSize '' }),
212
- '' MKDIRS'' : ('' put'' , set(), set()), '' OPEN'' : ('' get'' , set(), {'' length '' ,
213
- '' filesessionid '' , '' read '' , '' offset '' }), '' RENAME'' : ('' put'' , {'' destination'' },
214
- {'' destination'' }), '' SETOWNER'' : ('' put'' , set(), {'' group '' , '' owner '' }),
211
+ ('' get'' , set(), set()), '' LISTSTATUS'' : ('' get'' , set(), {'' listSize '' , '' listAfter '' }),
212
+ '' MKDIRS'' : ('' put'' , set(), set()), '' OPEN'' : ('' get'' , set(), {'' filesessionid '' ,
213
+ '' offset '' , '' length '' , '' read '' }), '' RENAME'' : ('' put'' , {'' destination'' },
214
+ {'' destination'' }), '' SETOWNER'' : ('' put'' , set(), {'' owner '' , '' group '' }),
215
215
'' SETPERMISSION'' : ('' put'' , set(), {'' permission'' }), '' SETEXPIRY'' : ('' put'' ,
216
216
{'' expiryOption'' }, {'' expireTime'' , '' expiryOption'' }), '' SETACL'' : ('' put'' ,
217
217
{'' aclSpec'' }, {'' aclSpec'' }), '' MODIFYACLENTRIES'' : ('' put'' , {'' aclSpec'' },
0 commit comments