ScopeFilterKey

public enum ScopeFilterKey : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case bucketCreationDate = "BUCKET_CREATION_DATE"
  • Undocumented

    Declaration

    Swift

    case objectExtension = "OBJECT_EXTENSION"
  • Undocumented

    Declaration

    Swift

    case objectLastModifiedDate = "OBJECT_LAST_MODIFIED_DATE"
  • Undocumented

    Declaration

    Swift

    case objectSize = "OBJECT_SIZE"
  • tag

    Undocumented

    Declaration

    Swift

    case tag = "TAG"
  • Declaration

    Swift

    public var description: String { get }