TICDSDropboxSDKBasedWholeStoreDownloadOperation Class Reference
| 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
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation.
Paths
-
– pathToWholeStoreFileForClientWithIdentifier:The path to a given client’s
WholeStore.ticdsyncfile within this document’sWholeStoredirectory. -
– pathToAppliedSyncChangesFileForClientWithIdentifier:The path to a given client’s
AppliedSyncChanges.ticdsyncfile within this document’sWholeStoredirectory. -
thisDocumentDirectoryPathThe path to this document’s directory.
property -
thisDocumentWholeStoreDirectoryPathThe path to this document’s
propertyWholeStoredirectory.
Properties
dbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedWholeStoreDownloadOperation.hrestClient
The DropboxSDK DBRestClient for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClientDeclared In
TICDSDropboxSDKBasedWholeStoreDownloadOperation.hInstance Methods
pathToAppliedSyncChangesFileForClientWithIdentifier:
The path to a given client’s AppliedSyncChanges.ticdsync file within this document’s WholeStore directory.
- (NSString *)pathToAppliedSyncChangesFileForClientWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSDropboxSDKBasedWholeStoreDownloadOperation.hpathToWholeStoreFileForClientWithIdentifier:
The path to a given client’s WholeStore.ticdsync file within this document’s WholeStore directory.
- (NSString *)pathToWholeStoreFileForClientWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSDropboxSDKBasedWholeStoreDownloadOperation.h