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

    DBFILESListRevisionsModePath

    Swift

    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

    DBFILESListRevisionsModeOther

    Swift

    case other = 2