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
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
– pathToWholeStoreFileForClientWithIdentifier:
The path to a given client’s
WholeStore.ticdsync
file within this document’sWholeStore
directory. -
– pathToAppliedSyncChangesFileForClientWithIdentifier:
The path to a given client’s
AppliedSyncChanges.ticdsync
file within this document’sWholeStore
directory. -
thisDocumentDirectoryPath
The path to this document’s directory.
property -
thisDocumentWholeStoreDirectoryPath
The path to this document’s
propertyWholeStore
directory.
Properties
restClient
The DropboxSDK DBRestClient
for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClient
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