diff --git a/docs/Classes.html b/docs/Classes.html index eeac8d3..b1ada21 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -469,7 +472,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/Aliyunpan.html b/docs/Classes/Aliyunpan.html index ca646ac..8514c2b 100644 --- a/docs/Classes/Aliyunpan.html +++ b/docs/Classes/Aliyunpan.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/Aliyunpan/Environment.html b/docs/Classes/Aliyunpan/Environment.html index 097f2ad..da0dea4 100644 --- a/docs/Classes/Aliyunpan/Environment.html +++ b/docs/Classes/Aliyunpan/Environment.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -333,7 +336,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanClient.html b/docs/Classes/AliyunpanClient.html index 18b2581..4cb6220 100644 --- a/docs/Classes/AliyunpanClient.html +++ b/docs/Classes/AliyunpanClient.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -467,13 +470,10 @@ Declaration - + - downloader(_:to:maxConcurrentOperationCount:) + downloader(_:to:maxConcurrentOperationCount:) - - Asynchronous - @@ -490,7 +490,7 @@ Declaration public func downloader( _ file: AliyunpanFile, to destination: URL, - maxConcurrentOperationCount: Int = 10) async throws -> AliyunpanDownloader + maxConcurrentOperationCount: Int = 10) -> AliyunpanDownloader @@ -540,98 +540,12 @@ Parameters - - - - - - downloader(downloadURL:fileSize:to:maxConcurrentOperationCount:) - - - - - - - - 下载文件,会根据 4_000_000 字节自动分片 - - - - Declaration - - Swift - public func downloader( - downloadURL: URL, - fileSize: Int64, - to destination: URL, - maxConcurrentOperationCount: Int = 10) -> AliyunpanDownloader - - - - - Parameters - - - - - - downloadURL - - - - - getFileDownloadUrl 获取的下载地址 - - - - - - - fileSize - - - - - 文件 size - - - - - - - destination - - - - - 期望目标地址 - - - - - - - maxConcurrentOperationCount - - - - - 最大并发数,必须小于等于 10,默认 10 - - - - - - - - - - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanDownloader.html b/docs/Classes/AliyunpanDownloader.html index 61d2aa6..40a11b8 100644 --- a/docs/Classes/AliyunpanDownloader.html +++ b/docs/Classes/AliyunpanDownloader.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -278,9 +281,9 @@ AliyunpanDownloader - - - download(continue:) + + + state @@ -288,35 +291,43 @@ AliyunpanDownloader - 下载文件 + Undocumented Declaration Swift - public func download(continue: Bool = true) -> AsyncThrowingStream<DownloadResult, Error> + public var state: DownloadState - - Parameters - - - - - - continue - - - - - 是否继续上一次未完成的下载,如 false,则会重新下载 - - - - - + + + + + + + + + networkSpeedMonitor + + + + + + + + 每秒传输的字节数 + + + + Declaration + + Swift + public var networkSpeedMonitor: ((Int64) -> Void)? { get set } + + @@ -538,7 +549,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope.html b/docs/Classes/AliyunpanFileScope.html index 4b43052..5bc27a9 100644 --- a/docs/Classes/AliyunpanFileScope.html +++ b/docs/Classes/AliyunpanFileScope.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -811,7 +814,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/BatchGet.html b/docs/Classes/AliyunpanFileScope/BatchGet.html index f594fe7..af57bbc 100644 --- a/docs/Classes/AliyunpanFileScope/BatchGet.html +++ b/docs/Classes/AliyunpanFileScope/BatchGet.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/BatchGet/Request.html b/docs/Classes/AliyunpanFileScope/BatchGet/Request.html index 3cf5b69..7d46070 100644 --- a/docs/Classes/AliyunpanFileScope/BatchGet/Request.html +++ b/docs/Classes/AliyunpanFileScope/BatchGet/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -361,7 +364,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/BatchGet/Request/Item.html b/docs/Classes/AliyunpanFileScope/BatchGet/Request/Item.html index 79f21a5..fe33dd9 100644 --- a/docs/Classes/AliyunpanFileScope/BatchGet/Request/Item.html +++ b/docs/Classes/AliyunpanFileScope/BatchGet/Request/Item.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/BatchGet/Response.html b/docs/Classes/AliyunpanFileScope/BatchGet/Response.html index 6749c58..f1abd8a 100644 --- a/docs/Classes/AliyunpanFileScope/BatchGet/Response.html +++ b/docs/Classes/AliyunpanFileScope/BatchGet/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -306,7 +309,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CompleteUpload.html b/docs/Classes/AliyunpanFileScope/CompleteUpload.html index eb148c6..a7597f0 100644 --- a/docs/Classes/AliyunpanFileScope/CompleteUpload.html +++ b/docs/Classes/AliyunpanFileScope/CompleteUpload.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -442,7 +445,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CompleteUpload/Request.html b/docs/Classes/AliyunpanFileScope/CompleteUpload/Request.html index 4288bf2..ae437c9 100644 --- a/docs/Classes/AliyunpanFileScope/CompleteUpload/Request.html +++ b/docs/Classes/AliyunpanFileScope/CompleteUpload/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -387,7 +390,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CopyFile.html b/docs/Classes/AliyunpanFileScope/CopyFile.html index e3fb390..8e38bd9 100644 --- a/docs/Classes/AliyunpanFileScope/CopyFile.html +++ b/docs/Classes/AliyunpanFileScope/CopyFile.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CopyFile/Request.html b/docs/Classes/AliyunpanFileScope/CopyFile/Request.html index 10882fe..e4a9601 100644 --- a/docs/Classes/AliyunpanFileScope/CopyFile/Request.html +++ b/docs/Classes/AliyunpanFileScope/CopyFile/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -441,7 +444,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CopyFile/Response.html b/docs/Classes/AliyunpanFileScope/CopyFile/Response.html index 2493923..ba2dec6 100644 --- a/docs/Classes/AliyunpanFileScope/CopyFile/Response.html +++ b/docs/Classes/AliyunpanFileScope/CopyFile/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CreateFile.html b/docs/Classes/AliyunpanFileScope/CreateFile.html index 546fee7..0bf9268 100644 --- a/docs/Classes/AliyunpanFileScope/CreateFile.html +++ b/docs/Classes/AliyunpanFileScope/CreateFile.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CreateFile/Request.html b/docs/Classes/AliyunpanFileScope/CreateFile/Request.html index e09a700..4835ed3 100644 --- a/docs/Classes/AliyunpanFileScope/CreateFile/Request.html +++ b/docs/Classes/AliyunpanFileScope/CreateFile/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -726,7 +729,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/CreateFile/Response.html b/docs/Classes/AliyunpanFileScope/CreateFile/Response.html index f12a28e..1dd063f 100644 --- a/docs/Classes/AliyunpanFileScope/CreateFile/Response.html +++ b/docs/Classes/AliyunpanFileScope/CreateFile/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -549,7 +552,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/DeleteFile.html b/docs/Classes/AliyunpanFileScope/DeleteFile.html index d4edc3c..23751f2 100644 --- a/docs/Classes/AliyunpanFileScope/DeleteFile.html +++ b/docs/Classes/AliyunpanFileScope/DeleteFile.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/DeleteFile/Request.html b/docs/Classes/AliyunpanFileScope/DeleteFile/Request.html index f124aa9..c8714c1 100644 --- a/docs/Classes/AliyunpanFileScope/DeleteFile/Request.html +++ b/docs/Classes/AliyunpanFileScope/DeleteFile/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/DeleteFile/Response.html b/docs/Classes/AliyunpanFileScope/DeleteFile/Response.html index 12f417d..87d3e17 100644 --- a/docs/Classes/AliyunpanFileScope/DeleteFile/Response.html +++ b/docs/Classes/AliyunpanFileScope/DeleteFile/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetAsyncTask.html b/docs/Classes/AliyunpanFileScope/GetAsyncTask.html index 4617bbb..afcf2fa 100644 --- a/docs/Classes/AliyunpanFileScope/GetAsyncTask.html +++ b/docs/Classes/AliyunpanFileScope/GetAsyncTask.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetAsyncTask/Request.html b/docs/Classes/AliyunpanFileScope/GetAsyncTask/Request.html index 5f79298..329de2f 100644 --- a/docs/Classes/AliyunpanFileScope/GetAsyncTask/Request.html +++ b/docs/Classes/AliyunpanFileScope/GetAsyncTask/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -333,7 +336,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetAsyncTask/Response.html b/docs/Classes/AliyunpanFileScope/GetAsyncTask/Response.html index 72400dd..5dd84c3 100644 --- a/docs/Classes/AliyunpanFileScope/GetAsyncTask/Response.html +++ b/docs/Classes/AliyunpanFileScope/GetAsyncTask/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -333,7 +336,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFile.html b/docs/Classes/AliyunpanFileScope/GetFile.html index 03a0050..596f2f9 100644 --- a/docs/Classes/AliyunpanFileScope/GetFile.html +++ b/docs/Classes/AliyunpanFileScope/GetFile.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -442,7 +445,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFile/Request.html b/docs/Classes/AliyunpanFileScope/GetFile/Request.html index 3d88cd4..ba8750d 100644 --- a/docs/Classes/AliyunpanFileScope/GetFile/Request.html +++ b/docs/Classes/AliyunpanFileScope/GetFile/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -441,7 +444,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileByPath.html b/docs/Classes/AliyunpanFileScope/GetFileByPath.html index 057ca31..70f6dd7 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileByPath.html +++ b/docs/Classes/AliyunpanFileScope/GetFileByPath.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -442,7 +445,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileByPath/Request.html b/docs/Classes/AliyunpanFileScope/GetFileByPath/Request.html index cdeece2..28779f7 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileByPath/Request.html +++ b/docs/Classes/AliyunpanFileScope/GetFileByPath/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -333,7 +336,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl.html b/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl.html index c2c0583..87bfd9b 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl.html +++ b/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Request.html b/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Request.html index 7397aa6..3ee9e6a 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Request.html +++ b/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -387,7 +390,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Response.html b/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Response.html index 427c69f..581915a 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Response.html +++ b/docs/Classes/AliyunpanFileScope/GetFileDownloadUrl/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileList.html b/docs/Classes/AliyunpanFileScope/GetFileList.html index fc0aa92..1677085 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileList.html +++ b/docs/Classes/AliyunpanFileScope/GetFileList.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileList/Request.html b/docs/Classes/AliyunpanFileScope/GetFileList/Request.html index 2f6cbbe..7640c9d 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileList/Request.html +++ b/docs/Classes/AliyunpanFileScope/GetFileList/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -630,7 +633,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetFileList/Response.html b/docs/Classes/AliyunpanFileScope/GetFileList/Response.html index 86ddeb3..8e695b4 100644 --- a/docs/Classes/AliyunpanFileScope/GetFileList/Response.html +++ b/docs/Classes/AliyunpanFileScope/GetFileList/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -333,7 +336,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetStarredList.html b/docs/Classes/AliyunpanFileScope/GetStarredList.html index e8363a5..5c10b53 100644 --- a/docs/Classes/AliyunpanFileScope/GetStarredList.html +++ b/docs/Classes/AliyunpanFileScope/GetStarredList.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetStarredList/Request.html b/docs/Classes/AliyunpanFileScope/GetStarredList/Request.html index 534041f..b43fa6e 100644 --- a/docs/Classes/AliyunpanFileScope/GetStarredList/Request.html +++ b/docs/Classes/AliyunpanFileScope/GetStarredList/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -549,7 +552,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetStarredList/Response.html b/docs/Classes/AliyunpanFileScope/GetStarredList/Response.html index 5919d2b..6d458e0 100644 --- a/docs/Classes/AliyunpanFileScope/GetStarredList/Response.html +++ b/docs/Classes/AliyunpanFileScope/GetStarredList/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -333,7 +336,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetUploadURL.html b/docs/Classes/AliyunpanFileScope/GetUploadURL.html index 7f30dea..98e1b1d 100644 --- a/docs/Classes/AliyunpanFileScope/GetUploadURL.html +++ b/docs/Classes/AliyunpanFileScope/GetUploadURL.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetUploadURL/Request.html b/docs/Classes/AliyunpanFileScope/GetUploadURL/Request.html index 978b9e6..47a1d2d 100644 --- a/docs/Classes/AliyunpanFileScope/GetUploadURL/Request.html +++ b/docs/Classes/AliyunpanFileScope/GetUploadURL/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -387,7 +390,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/GetUploadURL/Response.html b/docs/Classes/AliyunpanFileScope/GetUploadURL/Response.html index 38b45b6..0d8a46d 100644 --- a/docs/Classes/AliyunpanFileScope/GetUploadURL/Response.html +++ b/docs/Classes/AliyunpanFileScope/GetUploadURL/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -414,7 +417,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/ListUploadedParts.html b/docs/Classes/AliyunpanFileScope/ListUploadedParts.html index 14abd34..2648644 100644 --- a/docs/Classes/AliyunpanFileScope/ListUploadedParts.html +++ b/docs/Classes/AliyunpanFileScope/ListUploadedParts.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/ListUploadedParts/Request.html b/docs/Classes/AliyunpanFileScope/ListUploadedParts/Request.html index f1c7b9d..63f8a9e 100644 --- a/docs/Classes/AliyunpanFileScope/ListUploadedParts/Request.html +++ b/docs/Classes/AliyunpanFileScope/ListUploadedParts/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -414,7 +417,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/ListUploadedParts/Response.html b/docs/Classes/AliyunpanFileScope/ListUploadedParts/Response.html index e6963fb..6d13c10 100644 --- a/docs/Classes/AliyunpanFileScope/ListUploadedParts/Response.html +++ b/docs/Classes/AliyunpanFileScope/ListUploadedParts/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -414,7 +417,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/MoveFile.html b/docs/Classes/AliyunpanFileScope/MoveFile.html index 049a474..57e3162 100644 --- a/docs/Classes/AliyunpanFileScope/MoveFile.html +++ b/docs/Classes/AliyunpanFileScope/MoveFile.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/MoveFile/Request.html b/docs/Classes/AliyunpanFileScope/MoveFile/Request.html index ce310d6..05ca293 100644 --- a/docs/Classes/AliyunpanFileScope/MoveFile/Request.html +++ b/docs/Classes/AliyunpanFileScope/MoveFile/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -395,7 +398,7 @@ Declaration - 同名策略,默认为 .refuse + 重名策略,默认为 .refuse @@ -468,7 +471,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/MoveFile/Response.html b/docs/Classes/AliyunpanFileScope/MoveFile/Response.html index facf809..06bb61d 100644 --- a/docs/Classes/AliyunpanFileScope/MoveFile/Response.html +++ b/docs/Classes/AliyunpanFileScope/MoveFile/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -387,7 +390,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/OrderBy.html b/docs/Classes/AliyunpanFileScope/OrderBy.html index ce901bc..dde0c6f 100644 --- a/docs/Classes/AliyunpanFileScope/OrderBy.html +++ b/docs/Classes/AliyunpanFileScope/OrderBy.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -414,7 +417,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/OrderDirection.html b/docs/Classes/AliyunpanFileScope/OrderDirection.html index 11a51c9..4079084 100644 --- a/docs/Classes/AliyunpanFileScope/OrderDirection.html +++ b/docs/Classes/AliyunpanFileScope/OrderDirection.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -333,7 +336,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/SearchFile.html b/docs/Classes/AliyunpanFileScope/SearchFile.html index 8a2e229..84de751 100644 --- a/docs/Classes/AliyunpanFileScope/SearchFile.html +++ b/docs/Classes/AliyunpanFileScope/SearchFile.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/SearchFile/Request.html b/docs/Classes/AliyunpanFileScope/SearchFile/Request.html index 0168bac..9d395f8 100644 --- a/docs/Classes/AliyunpanFileScope/SearchFile/Request.html +++ b/docs/Classes/AliyunpanFileScope/SearchFile/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -549,7 +552,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/SearchFile/Response.html b/docs/Classes/AliyunpanFileScope/SearchFile/Response.html index 7b91cae..3e1dfcf 100644 --- a/docs/Classes/AliyunpanFileScope/SearchFile/Response.html +++ b/docs/Classes/AliyunpanFileScope/SearchFile/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin.html b/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin.html index 6604518..ce83326 100644 --- a/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin.html +++ b/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -443,7 +446,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Request.html b/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Request.html index d2c06f2..dfd77ec 100644 --- a/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Request.html +++ b/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Response.html b/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Response.html index 91d84ba..0cad73b 100644 --- a/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Response.html +++ b/docs/Classes/AliyunpanFileScope/TrashFileToRecyclebin/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -360,7 +363,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/UpdateFile.html b/docs/Classes/AliyunpanFileScope/UpdateFile.html index a5b7068..86a149c 100644 --- a/docs/Classes/AliyunpanFileScope/UpdateFile.html +++ b/docs/Classes/AliyunpanFileScope/UpdateFile.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -442,7 +445,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanFileScope/UpdateFile/Request.html b/docs/Classes/AliyunpanFileScope/UpdateFile/Request.html index b59f60a..2a11a9c 100644 --- a/docs/Classes/AliyunpanFileScope/UpdateFile/Request.html +++ b/docs/Classes/AliyunpanFileScope/UpdateFile/Request.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -441,7 +444,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope.html b/docs/Classes/AliyunpanUserScope.html index 9db6e04..f199e37 100644 --- a/docs/Classes/AliyunpanUserScope.html +++ b/docs/Classes/AliyunpanUserScope.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -419,7 +422,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope/GetDriveInfo.html b/docs/Classes/AliyunpanUserScope/GetDriveInfo.html index a426388..ac90379 100644 --- a/docs/Classes/AliyunpanUserScope/GetDriveInfo.html +++ b/docs/Classes/AliyunpanUserScope/GetDriveInfo.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -415,7 +418,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope/GetDriveInfo/Response.html b/docs/Classes/AliyunpanUserScope/GetDriveInfo/Response.html index 6b49a11..aed383b 100644 --- a/docs/Classes/AliyunpanUserScope/GetDriveInfo/Response.html +++ b/docs/Classes/AliyunpanUserScope/GetDriveInfo/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -441,7 +444,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope/GetSpaceInfo.html b/docs/Classes/AliyunpanUserScope/GetSpaceInfo.html index 9699aa3..e8a8cb2 100644 --- a/docs/Classes/AliyunpanUserScope/GetSpaceInfo.html +++ b/docs/Classes/AliyunpanUserScope/GetSpaceInfo.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -415,7 +418,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope/GetSpaceInfo/Response.html b/docs/Classes/AliyunpanUserScope/GetSpaceInfo/Response.html index 0213e94..fefbe7d 100644 --- a/docs/Classes/AliyunpanUserScope/GetSpaceInfo/Response.html +++ b/docs/Classes/AliyunpanUserScope/GetSpaceInfo/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -306,7 +309,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope/GetUsersInfo.html b/docs/Classes/AliyunpanUserScope/GetUsersInfo.html index aa1f0ce..1a1bc38 100644 --- a/docs/Classes/AliyunpanUserScope/GetUsersInfo.html +++ b/docs/Classes/AliyunpanUserScope/GetUsersInfo.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -415,7 +418,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope/GetUsersInfo/Response.html b/docs/Classes/AliyunpanUserScope/GetUsersInfo/Response.html index 4c842b1..1661b6c 100644 --- a/docs/Classes/AliyunpanUserScope/GetUsersInfo/Response.html +++ b/docs/Classes/AliyunpanUserScope/GetUsersInfo/Response.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented) @@ -169,6 +169,9 @@ AliyunpanNetworkSystemError + + DownloadState + HTTPMethod @@ -199,6 +202,9 @@ AliyunpanClientConfig + + AliyunpanDownloadResult + AliyunpanFile @@ -244,9 +250,6 @@ AliyunpanToken - - DownloadResult - HTTPHeader @@ -387,7 +390,7 @@ Declaration - © 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06) + © 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12) Generated by jazzy ♪♫ v0.14.4, a Realm project. diff --git a/docs/Classes/AliyunpanUserScope/GetUsersScopes.html b/docs/Classes/AliyunpanUserScope/GetUsersScopes.html index b7304b0..8d96bc3 100644 --- a/docs/Classes/AliyunpanUserScope/GetUsersScopes.html +++ b/docs/Classes/AliyunpanUserScope/GetUsersScopes.html @@ -17,7 +17,7 @@ - AliyunpanSDK 0.1.0 Docs (41% documented) + AliyunpanSDK 1.0 Docs (41% documented)
AliyunpanSDK 0.1.0 Docs (41% documented)
AliyunpanSDK 1.0 Docs (41% documented)
© 2023 zixuan.wzx@alibaba-inc.com. All rights reserved. (Last updated: 2023-12-06)
© 2023 zhaixian. All rights reserved. (Last updated: 2023-12-12)
Generated by jazzy ♪♫ v0.14.4, a Realm project.
- + - downloader(_:to:maxConcurrentOperationCount:) + downloader(_:to:maxConcurrentOperationCount:)
public func downloader( _ file: AliyunpanFile, to destination: URL, - maxConcurrentOperationCount: Int = 10) async throws -> AliyunpanDownloader
- - - downloader(downloadURL:fileSize:to:maxConcurrentOperationCount:) -
下载文件,会根据 4_000_000 字节自动分片
Swift
public func downloader( - downloadURL: URL, - fileSize: Int64, - to destination: URL, - maxConcurrentOperationCount: Int = 10) -> AliyunpanDownloader
- downloadURL -
getFileDownloadUrl 获取的下载地址
- fileSize -
文件 size
- destination -
期望目标地址
- maxConcurrentOperationCount -
最大并发数,必须小于等于 10,默认 10
- - - download(continue:) + + + state
下载文件
Undocumented
public func download(continue: Bool = true) -> AsyncThrowingStream<DownloadResult, Error>
public var state: DownloadState
- continue -
是否继续上一次未完成的下载,如 false,则会重新下载
+ + + networkSpeedMonitor +
每秒传输的字节数
public var networkSpeedMonitor: ((Int64) -> Void)? { get set }
同名策略,默认为 .refuse
重名策略,默认为 .refuse