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 DBRestClient for use by this operation for methods relating to the global application directory.

    property
  •   oldestStoreDate

    The Last Modified Date of the oldest WholeStore file.

    property

Paths

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

thisDocumentSyncChangesThisClientDirectoryPath

The path to this client’s directory inside the RecentSyncs directory for this document.

@property (copy) NSString *thisDocumentSyncChangesThisClientDirectoryPath

Declared In

TICDSDropboxSDKBasedVacuumOperation.h

thisDocumentWholeStoreDirectoryPath

The path to this document’s WholeStore directory.

@property (copy) NSString *thisDocumentWholeStoreDirectoryPath

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