Search: "nas plus client"
ModifyDedicatedHostAutoRenewAttribute - Dedicated Host Documentation
idempotence of the request. The value is generated by a client and must be globally unique. Only ASCII characters are allowed. It ...
View consumer status - Message Queue Documentation
group ID in the Connection Information area, including the client ID, host/public IP address, current process ID, and message ...
Append upload - Object Storage Service Documentation
* appendTask = [client appendObject:append]; [appendTask continueWithBlock:^id(OSSTask *task) else return nil; }]; ...
Simple download - Object Storage Service Documentation
;]; // Specify the destination path if you need to directly download the object to a file. OSSTask * getTask = [client getObject:request ...
Range download - Object Storage Service Documentation
- request.downloadProgress = ^(int64_t bytesWritten, int64_t totalBytesWritten, int64_t totalBytesExpectedToWrite) ; OSSTask * getTask = [client ...
Determine whether the specified object exists - Object Storage Service Documentation
. Use the following code to determine whether an object exists: NSError * error = nil; BOOL isExist = [client ...