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 DBRestClient for use by this operation for methods relating to the global application directory.

    property

Paths

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

thisDocumentTemporaryWholeStoreThisClientDirectoryWholeStoreFilePath

The path to which the whole store file should be copied.

@property (copy) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryWholeStoreFilePath

Declared In

TICDSDropboxSDKBasedWholeStoreUploadOperation.h

thisDocumentWholeStoreThisClientDirectoryPath

The path to this client’s directory within this document’s WholeStore directory.

@property (copy) NSString *thisDocumentWholeStoreThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedWholeStoreUploadOperation.h