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

  •   dbSession

    The DropboxSDK DBSession for use by this operation’s DBRestClient.

    property
  •   restClient

    The DropboxSDK DBRestClient for use by this operation for methods relating to the global application directory.

    property

Paths

Properties

dbSession

The DropboxSDK DBSession for use by this operation’s DBRestClient.

@property (retain) DBSession *dbSession

Declared In

TICDSDropboxSDKBasedWholeStoreUploadOperation.h

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 (retain) 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 (retain) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedWholeStoreUploadOperation.h

thisDocumentTemporaryWholeStoreThisClientDirectoryWholeStoreFilePath

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

@property (retain) NSString *thisDocumentTemporaryWholeStoreThisClientDirectoryWholeStoreFilePath

Declared In

TICDSDropboxSDKBasedWholeStoreUploadOperation.h

thisDocumentWholeStoreThisClientDirectoryPath

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

@property (retain) NSString *thisDocumentWholeStoreThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedWholeStoreUploadOperation.h