TICDSDropboxSDKBasedVacuumOperation Class Reference
| Inherits from | TICDSVacuumOperation : TICDSOperation : NSOperation |
| Conforms to | DBRestClientDelegate |
| Declared in | TICDSDropboxSDKBasedVacuumOperation.h |
Overview
TICDSDropboxSDKBasedVacuumOperation is a vacuum operation designed for use with a TICDSDropboxSDKBasedDocumentSyncManager.
Tasks
Properties
-
dbSessionThe DropboxSDK
propertyDBSessionfor use by this operation’sDBRestClient. -
restClientThe DropboxSDK
propertyDBRestClientfor use by this operation for methods relating to the global application directory. -
oldestStoreDateThe Last Modified Date of the oldest WholeStore file.
property
Paths
-
– pathToWholeStoreFileForClientWithIdentifier:The path to a given client’s
WholeStore.ticdsyncfile within this document’sWholeStoredirectory. -
thisDocumentWholeStoreDirectoryPathThe path to this document’s
propertyWholeStoredirectory. -
thisDocumentRecentSyncsDirectoryPathThe path to this document’s
propertyRecentSyncsdirectory. -
thisDocumentSyncChangesThisClientDirectoryPathThe path to this client’s directory inside the
propertyRecentSyncsdirectory for this document.
Properties
dbSession
The DropboxSDK DBSession for use by this operation’s DBRestClient.
@property (retain) DBSession *dbSessionDeclared In
TICDSDropboxSDKBasedVacuumOperation.holdestStoreDate
The Last Modified Date of the oldest WholeStore file.
@property (nonatomic, retain) NSDate *oldestStoreDateDeclared In
TICDSDropboxSDKBasedVacuumOperation.hrestClient
The DropboxSDK DBRestClient for use by this operation for methods relating to the global application directory.
@property (nonatomic, readonly) DBRestClient *restClientDeclared In
TICDSDropboxSDKBasedVacuumOperation.hthisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs directory.
@property (retain) NSString *thisDocumentRecentSyncsDirectoryPathDeclared In
TICDSDropboxSDKBasedVacuumOperation.hInstance Methods
pathToWholeStoreFileForClientWithIdentifier:
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 for the client.
Declared In
TICDSDropboxSDKBasedVacuumOperation.h