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
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation for methods relating to the global application directory.
Paths
-
thisDocumentTemporaryWholeStoreThisClientDirectoryPath
The path to this client’s directory within the temporary directory in this document’s
propertyWholeStore
directory. -
thisDocumentTemporaryWholeStoreThisClientDirectoryWholeStoreFilePath
The path to which the whole store file should be copied.
property -
thisDocumentTemporaryWholeStoreThisClientDirectoryAppliedSyncChangeSetsFilePath
The path to which the applied sync change sets file should be copied.
property -
thisDocumentWholeStoreThisClientDirectoryPath
The path to this client’s directory within this document’s
propertyWholeStore
directory.
Properties
restClient
The DropboxSDK DBRestClient
for use by this operation for methods relating to the global application directory.
@property (nonatomic, readonly) DBRestClient *restClient
Declared In
TICDSDropboxSDKBasedWholeStoreUploadOperation.h
thisDocumentTemporaryWholeStoreThisClientDirectoryAppliedSyncChangeSetsFilePath
The path to which the applied sync change sets file should be copied.
@property (copy) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryAppliedSyncChangeSetsFilePath
Declared In
TICDSDropboxSDKBasedWholeStoreUploadOperation.h
thisDocumentTemporaryWholeStoreThisClientDirectoryPath
The path to this client’s directory within the temporary directory in this document’s WholeStore
directory.
@property (copy) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryPath
Declared In
TICDSDropboxSDKBasedWholeStoreUploadOperation.h