FileLockMetadata
public class FileLockMetadata : CustomStringConvertible, JSONRepresentable
The FileLockMetadata struct
-
True if caller holds the file lock.
Declaration
Swift
public let isLockholder: Bool? -
The display name of the lock holder.
Declaration
Swift
public let lockholderName: String? -
The account ID of the lock holder if known.
Declaration
Swift
public let lockholderAccountId: String? -
The timestamp of the lock was created.
Declaration
Swift
public let created: Date? -
Declaration
Swift
public var description: String { get }
View on GitHub
FileLockMetadata Class Reference