public interface IFSClient
void close()
throws IOException
IOException - ioExceptionObsFSBucket newBucket(NewBucketRequest request) throws ObsException
request - Request parameters for creating a bucketObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsHeaderResponse setBucketFSStatus(SetBucketFSStatusRequest request) throws ObsException
request - Request parameters for specifying whether to enable the file gateway feature for the bucketObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsGetBucketFSStatusResult getBucketFSStatus(GetBucketFSStatusRequest request) throws ObsException
request - Request parameters for checking whether the file gateway feature is enabled for the bucketObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsObsFSFile newFile(NewFileRequest request) throws ObsException
request - Request parameters for creating a fileObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsObsFSFolder newFolder(NewFolderRequest request) throws ObsException
request - Request parameters for creating a folderObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsObsFSAttribute getAttribute(GetAttributeRequest request) throws ObsException
request - Request parameters for obtaining filer or folder propertiesObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsReadFileResult readFile(ReadFileRequest request) throws ObsException
request - Request parameters for obtaining the file contentObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsObsFSFile writeFile(WriteFileRequest request) throws ObsException
request - Request parameters for writing data to a fileObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsObsFSFile appendFile(WriteFileRequest request) throws ObsException
request - Request parameters for writing data to a fileObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsRenameResult renameFile(RenameRequest request) throws ObsException
request - Request parameters for renaming a fileObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsRenameResult renameFolder(RenameRequest request) throws ObsException
request - Request parameters for renaming a folderObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsTruncateFileResult truncateFile(TruncateFileRequest request) throws ObsException
request - Request parameters for truncating a fileObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsDropFileResult dropFile(DropFileRequest request) throws ObsException
request - Request parameters for deleting a fileObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsTaskProgressStatus dropFolder(DropFolderRequest request) throws ObsException
request - Request parameters for deleting a folderObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsListContentSummaryResult listContentSummary(ListContentSummaryRequest request) throws ObsException
request - Request parameters for obtain folder contentSummaryObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsListContentSummaryFsResult listContentSummaryFs(ListContentSummaryFsRequest request) throws ObsException
request - Request parameters for obtain folder contentSummaryObsException - OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsContentSummaryFsResult getContentSummaryFs(ContentSummaryFsRequest request) throws ObsException
request - Request parameters for obtain current folder contentSummaryObsException - ObsException OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsSetAccessLabelResult setAccessLabelFs(SetAccessLabelRequest request) throws ObsException
request - Request parameters for access label settingObsException - ObsException OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsGetAccessLabelResult getAccessLabelFs(GetAccessLabelRequest request) throws ObsException
request - Request parameters for getting access labelObsException - ObsException OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsDeleteAccessLabelResult deleteAccessLabelFs(DeleteAccessLabelRequest request) throws ObsException
request - Request parameters for deleting access labelObsException - ObsException OBS SDK self-defined exception,
thrown when the interface fails to be called or access to OBS failsCopyright © 2024. All rights reserved.