DBFILESListRevisionsModeTag
Objective-C
enum DBFILESListRevisionsModeTag : NSInteger {}
                Swift
@frozen enum DBFILESListRevisionsModeTag : Int, @unchecked Sendable
                The DBFILESListRevisionsModeTag enum type represents the possible tag
states with which the DBFILESListRevisionsMode union can exist.
- 
                  
                  
Returns revisions with the same file path as identified by the latest file entry at the given file path or id.
Declaration
Objective-C
DBFILESListRevisionsModePathSwift
case path = 0 - 
                  
                  
Returns revisions with the same file id as identified by the latest file entry at the given file path or id.
Declaration
Objective-C
DBFILESListRevisionsModeId_Swift
case id_ = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBFILESListRevisionsModeOtherSwift
case other = 2 
View on GitHub
        DBFILESListRevisionsModeTag Enumeration Reference