SftpFile

blobstore.sftp.SftpFile
See theSftpFile companion object
case class SftpFile(name: String, attrs: SftpATTRS) extends FsObject

Attributes

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

Members list

Type members

Types

override type StorageClassType = Nothing

Value members

Concrete methods

override def isDir: Boolean

Attributes

Definition Classes
FsObject
override def lastModified: Option[Instant]

Attributes

Definition Classes
FsObject
override def size: Option[Long]

Attributes

Definition Classes
FsObject

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def storageClass(implicit scl: StorageClassLookup[SftpFile]): Option[StorageClassType]

Attributes

Inherited from:
FsObject