{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector FileSystem API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "FileSystem", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Webhdfsext Path", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/WebHdfsExt/:path", "headers": [ { "name": "Transfer-Encoding", "value": "" } ], "params": [ { "name": "path", "value": "", "type": "path", "description": "The Data Lake Store path (starting with '/') of the file to which to append using concurrent append." }, { "name": "appendMode", "value": "", "type": "query", "description": "Indicates the concurrent append call should create the file if it doesn't exist or just open the existing file for append" }, { "name": "op", "value": "", "type": "query", "description": "The constant value for the operation." }, { "name": "syncFlag", "value": "", "type": "query", "description": "Optionally indicates what to do after completion of the concurrent append. DATA indicates that more data will be sent immediately by the client, the file handle should remain open/locked, and file metadata (including file length, last modified time) should NOT get updated. METADATA indicates that more data will be sent immediately by the client, the file handle should remain open/locked, and file metadata should get updated. CLOSE indicates that the client is done sending data, the file handle should be closed/unlocked, and file metadata should get updated." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Appends to the specified file, optionally first creating the file if it does not yet exist. This method supports multiple concurrent appends to the file. NOTE: The target must not contain data added by Create or normal (serial) Append. ConcurrentAppend and Append cannot be used interchangeably; once a target file has been modified using either of these append options, the other append option cannot be used on the target file. ConcurrentAppend does not guarantee order and can result in duplicated" }, { "info": { "name": "Microsoft Azure Put Webhdfsext Path", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/WebHdfsExt/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The Data Lake Store path (starting with '/') of the file on which to set or remove the expiration time." }, { "name": "expiryOption", "value": "", "type": "query", "description": "Indicates the type of expiration to use for the file: 1. NeverExpire: ExpireTime is ignored. 2. RelativeToNow: ExpireTime is an integer in milliseconds representing the expiration date relative to when file expiration is updated. 3. RelativeToCreationDate: ExpireTime is an integer in milliseconds representing the expiration date relative to file creation. 4. Absolute: ExpireTime is an integer in milliseconds, as a Unix timestamp relative to 1/1/1970 00:00:00." }, { "name": "expireTime", "value": "", "type": "query", "description": "The time that the file will expire, corresponding to the ExpiryOption that was set." }, { "name": "op", "value": "", "type": "query", "description": "The constant value for the operation." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Sets or removes the expiration time on the specified file. This operation can only be executed against files. Folders are not supported." }, { "info": { "name": "Microsoft Azure Get Webhdfs Path", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/webhdfs/v1/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The Data Lake Store path (starting with '/') of the file or directory for which to check access." }, { "name": "fsaction", "value": "", "type": "query", "description": "File system operation read/write/execute in string form, matching regex pattern '[rwx-]{3}'" }, { "name": "op", "value": "", "type": "query", "description": "The constant value for the operation." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Checks if the specified access is available at the given path." } ] } ], "bundled": true }