TICDSDropboxSDKBasedWholeStoreUploadOperation Class Reference
| Inherits from | TICDSWholeStoreUploadOperation : TICDSOperation : NSOperation |
| Conforms to | DBRestClientDelegate |
| Declared in | TICDSDropboxSDKBasedWholeStoreUploadOperation.h |
Overview
TICDSDropboxSDKBasedWholeStoreUploadOperation is a “whole store upload” operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.
Tasks
Properties
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation for methods relating to the global application directory.
Paths
-
thisDocumentTemporaryWholeStoreThisClientDirectoryPathThe path to this client’s directory within the temporary directory in this document’s
propertyWholeStoredirectory. -
thisDocumentTemporaryWholeStoreThisClientDirectoryWholeStoreFilePathThe path to which the whole store file should be copied.
property -
thisDocumentTemporaryWholeStoreThisClientDirectoryAppliedSyncChangeSetsFilePathThe path to which the applied sync change sets file should be copied.
property -
thisDocumentWholeStoreThisClientDirectoryPathThe path to this client’s directory within this document’s
propertyWholeStoredirectory.
Properties
dbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedWholeStoreUploadOperation.hrestClient
The DropboxSDK DBRestClient for use by this operation for methods relating to the global application directory.
@property (nonatomic, readonly) DBRestClient *restClientDeclared In
TICDSDropboxSDKBasedWholeStoreUploadOperation.hthisDocumentTemporaryWholeStoreThisClientDirectoryAppliedSyncChangeSetsFilePath
The path to which the applied sync change sets file should be copied.
@property (retain) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryAppliedSyncChangeSetsFilePathDeclared In
TICDSDropboxSDKBasedWholeStoreUploadOperation.hthisDocumentTemporaryWholeStoreThisClientDirectoryPath
The path to this client’s directory within the temporary directory in this document’s WholeStore directory.
@property (retain) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryPathDeclared In
TICDSDropboxSDKBasedWholeStoreUploadOperation.h