FileOrFolderLogInfo
public class FileOrFolderLogInfo : CustomStringConvertible, JSONRepresentable
Generic information relevant both for files and folders
-
Path relative to event context.
Declaration
Swift
public let path: TeamLog.PathLogInfo
-
Display name.
Declaration
Swift
public let displayName: String?
-
Unique ID.
Declaration
Swift
public let fileId: String?
-
File or folder size in bytes.
Declaration
Swift
public let fileSize: UInt64?
-
Declaration
Swift
public var description: String { get }