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
-
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation for methods relating to the global application directory. -
oldestStoreDate
The Last Modified Date of the oldest WholeStore file.
property
Paths
-
– pathToWholeStoreFileForClientWithIdentifier:
The path to a given client’s
WholeStore.ticdsync
file within this document’sWholeStore
directory. -
thisDocumentWholeStoreDirectoryPath
The path to this document’s
propertyWholeStore
directory. -
thisDocumentRecentSyncsDirectoryPath
The path to this document’s
propertyRecentSyncs
directory. -
thisDocumentSyncChangesThisClientDirectoryPath
The path to this client’s directory inside the
propertyRecentSyncs
directory for this document.
Properties
oldestStoreDate
The Last Modified Date of the oldest WholeStore file.
@property (nonatomic, strong) NSDate *oldestStoreDate
Declared In
TICDSDropboxSDKBasedVacuumOperation.h
restClient
The DropboxSDK DBRestClient
for use by this operation for methods relating to the global application directory.
@property (nonatomic, readonly) DBRestClient *restClient
Declared In
TICDSDropboxSDKBasedVacuumOperation.h
thisDocumentRecentSyncsDirectoryPath
The path to this document’s RecentSyncs
directory.
@property (copy) NSString *thisDocumentRecentSyncsDirectoryPath
Declared In
TICDSDropboxSDKBasedVacuumOperation.h
Instance Methods
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 for the client.
Declared In
TICDSDropboxSDKBasedVacuumOperation.h