@@ -179,18 +179,18 @@ items:
179
179
module : azure.datalake.store.lib
180
180
name : ends
181
181
syntax :
182
- content : ' ends = {'' APPEND'' : ('' post'' , set(), {'' append '' , '' syncFlag '' , '' filesessionid '' ,
183
- '' offset'' , '' leaseid'' }), '' CHECKACCESS'' : ('' get'' , set(), {'' fsaction'' }),
182
+ content : ' ends = {'' APPEND'' : ('' post'' , set(), {'' filesessionid '' , '' append '' ,
183
+ '' offset'' , '' syncFlag '' , '' leaseid'' }), '' CHECKACCESS'' : ('' get'' , set(), {'' fsaction'' }),
184
184
'' CONCAT'' : ('' post'' , {'' sources'' }, {'' sources'' }), '' MSCONCAT'' : ('' post'' ,
185
- set(), {'' deleteSourceDirectory'' }), '' CREATE'' : ('' put'' , set(), {'' write '' ,
186
- '' syncFlag '' , '' filesessionid '' , '' leaseid '' , '' overwrite '' }), '' DELETE'' : ('' delete'' ,
185
+ set(), {'' deleteSourceDirectory'' }), '' CREATE'' : ('' put'' , set(), {'' overwrite '' ,
186
+ '' filesessionid '' , '' syncFlag '' , '' write '' , '' leaseid '' }), '' DELETE'' : ('' delete'' ,
187
187
set(), {'' recursive'' }), '' GETCONTENTSUMMARY'' : ('' get'' , set(), set()), '' GETFILESTATUS'' :
188
- ('' get'' , set(), set()), '' LISTSTATUS'' : ('' get'' , set(), {'' listAfter '' , '' listSize '' }),
189
- '' MKDIRS'' : ('' put'' , set(), set()), '' OPEN'' : ('' get'' , set(), {'' filesessionid '' ,
190
- '' offset '' , '' length '' , '' read '' }), '' RENAME'' : ('' put'' , {'' destination'' },
191
- {'' destination'' }), '' SETOWNER'' : ('' put'' , set(), {'' owner '' , '' group '' }),
188
+ ('' get'' , set(), set()), '' LISTSTATUS'' : ('' get'' , set(), {'' listSize '' , '' listAfter '' }),
189
+ '' MKDIRS'' : ('' put'' , set(), set()), '' OPEN'' : ('' get'' , set(), {'' length '' ,
190
+ '' filesessionid '' , '' read '' , '' offset '' }), '' RENAME'' : ('' put'' , {'' destination'' },
191
+ {'' destination'' }), '' SETOWNER'' : ('' put'' , set(), {'' group '' , '' owner '' }),
192
192
'' SETPERMISSION'' : ('' put'' , set(), {'' permission'' }), '' SETEXPIRY'' : ('' put'' ,
193
- {'' expiryOption'' }, {'' expireTime '' , '' expiryOption '' }), '' SETACL'' : ('' put'' ,
193
+ {'' expiryOption'' }, {'' expiryOption '' , '' expireTime '' }), '' SETACL'' : ('' put'' ,
194
194
{'' aclSpec'' }, {'' aclSpec'' }), '' MODIFYACLENTRIES'' : ('' put'' , {'' aclSpec'' },
195
195
{'' aclSpec'' }), '' REMOVEACLENTRIES'' : ('' put'' , {'' aclSpec'' }, {'' aclSpec'' }),
196
196
'' REMOVEACL'' : ('' put'' , set(), set()), '' MSGETACLSTATUS'' : ('' get'' , set(),
0 commit comments