FileSystemInfo

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.FileSystemInfo
case class FileSystemInfo(createdDateTime: Instant, lastModifiedDateTime: Instant, lastAccessedDateTime: Option[Instant])

A data class storing information related to the local file system of this drive item. In contrast to similar properties of the drive item structure, this data is independent on operations done via OneDrive. It can be updated by applications.

Value parameters

createdDateTime

the time of creation

lastAccessedDateTime

the time of the last access (in recent file list only)

lastModifiedDateTime

the time of the last modification

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product