TICDSDropboxSDKBasedSynchronizationOperation Class Reference
| Inherits from | TICDSSynchronizationOperation : TICDSOperation : NSOperation |
| Conforms to | DBRestClientDelegate |
| Declared in | TICDSDropboxSDKBasedSynchronizationOperation.h |
Overview
TICDSDropboxSDKBasedSynchronizationOperation is a synchronization 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
-
thisDocumentDirectoryPathThe path to this document’s directory.
property -
thisDocumentSyncChangesDirectoryPathThe path to this document’s
propertySyncChangesdirectory. -
thisDocumentSyncChangesThisClientDirectoryPathThe path this client’s directory inside this document’s
propertySyncChangesdirectory. -
thisDocumentRecentSyncsThisClientFilePathThe path this client’s RecentSync file inside this document’s
propertyRecentSyncsdirectory. -
– pathToSyncChangesDirectoryForClientWithIdentifier:The path to a given client’s
SyncChangesdirectory. -
– pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:The path to a
SyncChangeSetuploaded by a given client.
Properties
dbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedSynchronizationOperation.hrestClient
The DropboxSDK DBRestClient for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClientDeclared In
TICDSDropboxSDKBasedSynchronizationOperation.hthisDocumentDirectoryPath
The path to this document’s directory.
@property (retain) NSString *thisDocumentDirectoryPathDeclared In
TICDSDropboxSDKBasedSynchronizationOperation.hthisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s RecentSyncs directory.
@property (retain) NSString *thisDocumentRecentSyncsThisClientFilePathDeclared In
TICDSDropboxSDKBasedSynchronizationOperation.hInstance Methods
pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:
The path to a SyncChangeSet uploaded by a given client.
- (NSString *)pathToSyncChangeSetWithIdentifier:(NSString *)aChangeSetIdentifier forClientWithIdentifier:(NSString *)aClientIdentifierParameters
- aChangeSetIdentifier
The unique identifier of the sync change set.
- aClientIdentifier
The unique sync identifier of the client.
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.hpathToSyncChangesDirectoryForClientWithIdentifier:
The path to a given client’s SyncChanges directory.
- (NSString *)pathToSyncChangesDirectoryForClientWithIdentifier:(NSString *)anIdentifierParameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.h