SmbServer

data class SmbServer : Bookshelf

Types

Link copied to clipboard
sealed interface Auth
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val displayName: String

The display name of the bookshelf.

Link copied to clipboard
open override val fileCount: Int

The number of files in the bookshelf.

Link copied to clipboard
Link copied to clipboard
open override val id: BookshelfId

The unique identifier of the bookshelf.

Link copied to clipboard
open override val isDeleted: Boolean

Flag indicating whether the bookshelf is deleted.

Link copied to clipboard
val port: Int
Link copied to clipboard
open override val type: BookshelfType

The type of the bookshelf (local, network storage, etc.).

Functions

Link copied to clipboard
fun copy(displayName: String = this.displayName, host: String = this.host, port: Int = this.port, auth: SmbServer.Auth = this.auth): SmbServer