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
-
dbSession
The DropboxSDK
propertyDBSession
for use by this operation’sDBRestClient
. -
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
thisDocumentDirectoryPath
The path to this document’s directory.
property -
thisDocumentSyncChangesDirectoryPath
The path to this document’s
propertySyncChanges
directory. -
thisDocumentSyncChangesThisClientDirectoryPath
The path this client’s directory inside this document’s
propertySyncChanges
directory. -
thisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s
propertyRecentSyncs
directory. -
– pathToSyncChangesDirectoryForClientWithIdentifier:
The path to a given client’s
SyncChanges
directory. -
– pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:
The path to a
SyncChangeSet
uploaded by a given client.
Properties
dbSession
The DropboxSDK DBSession
for use by this operation’s DBRestClient
.
@property (retain) DBSession *dbSession
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.h
restClient
The DropboxSDK DBRestClient
for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClient
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.h
thisDocumentDirectoryPath
The path to this document’s directory.
@property (retain) NSString *thisDocumentDirectoryPath
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.h
thisDocumentRecentSyncsThisClientFilePath
The path this client’s RecentSync file inside this document’s RecentSyncs
directory.
@property (retain) NSString *thisDocumentRecentSyncsThisClientFilePath
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.h
Instance Methods
pathToSyncChangeSetWithIdentifier:forClientWithIdentifier:
The path to a SyncChangeSet
uploaded by a given client.
- (NSString *)pathToSyncChangeSetWithIdentifier:(NSString *)aChangeSetIdentifier forClientWithIdentifier:(NSString *)aClientIdentifier
Parameters
- aChangeSetIdentifier
The unique identifier of the sync change set.
- aClientIdentifier
The unique sync identifier of the client.
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.h
pathToSyncChangesDirectoryForClientWithIdentifier:
The path to a given client’s SyncChanges
directory.
- (NSString *)pathToSyncChangesDirectoryForClientWithIdentifier:(NSString *)anIdentifier
Parameters
- anIdentifier
The unique sync identifier of the document.
Declared In
TICDSDropboxSDKBasedSynchronizationOperation.h