Files.listFromComputeNodeWithServiceResponseAsync 方法
定义
重载
listFromComputeNodeWithServiceResponseAsync(final String poolId, final String nodeId) |
Lists all of the files in task directories on the specified compute node.
|
listFromComputeNodeWithServiceResponseAsync(final String poolId, final String nodeId, final Boolean recursive, final FileListFromComputeNodeOptions fileListFromComputeNodeOptions) |
Lists all of the files in task directories on the specified compute node.
|
listFromComputeNodeWithServiceResponseAsync(final String poolId, final String nodeId)
Lists all of the files in task directories on the specified compute node.
public Observable<ServiceResponseWithHeaders<Page<NodeFile>, FileListFromComputeNodeHeaders>> listFromComputeNodeWithServiceResponseAsync(final String poolId, final String nodeId)
参数
- poolId
- final String
The ID of the pool that contains the compute node.
- nodeId
- final String
The ID of the compute node whose files you want to list.
返回
the observable to the PagedList<NodeFile> object
例外
thrown if parameters fail the validation
listFromComputeNodeWithServiceResponseAsync(final String poolId, final String nodeId, final Boolean recursive, final FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
public Observable<ServiceResponseWithHeaders<Page<NodeFile>, FileListFromComputeNodeHeaders>> listFromComputeNodeWithServiceResponseAsync(final String poolId, final String nodeId, final Boolean recursive, final FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
参数
- poolId
- final String
The ID of the pool that contains the compute node.
- nodeId
- final String
The ID of the compute node whose files you want to list.
- recursive
- final Boolean
Whether to list children of a directory.
- fileListFromComputeNodeOptions
- final FileListFromComputeNodeOptions
Additional parameters for the operation
返回
the observable to the PagedList<NodeFile> object
例外
thrown if parameters fail the validation