Inherits from TICDSWholeStoreDownloadOperation : TICDSOperation : NSOperation
Conforms to DBRestClientDelegate
Declared in TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

Overview

TICDSDropboxSDKBasedWholeStoreDownloadOperation is a “whole store download” 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.

    property

Paths

Properties

dbSession

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

@property (retain) DBSession *dbSession

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

restClient

The DropboxSDK DBRestClient for use by this operation.

@property (nonatomic, readonly) DBRestClient *restClient

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

thisDocumentDirectoryPath

The path to this document’s directory.

@property (retain) NSString *thisDocumentDirectoryPath

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (retain) NSString *thisDocumentWholeStoreDirectoryPath

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

Instance Methods

pathToAppliedSyncChangesFileForClientWithIdentifier:

The path to a given client’s AppliedSyncChanges.ticdsync file within this document’s WholeStore directory.

- (NSString *)pathToAppliedSyncChangesFileForClientWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The unique sync identifier of the document.

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h

pathToWholeStoreFileForClientWithIdentifier:

The path to a given client’s WholeStore.ticdsync file within this document’s WholeStore directory.

- (NSString *)pathToWholeStoreFileForClientWithIdentifier:(NSString *)anIdentifier

Parameters

anIdentifier

The unique sync identifier of the document.

Declared In

TICDSDropboxSDKBasedWholeStoreDownloadOperation.h