NotebookMetadata

Contains metadata for notebook, including the notebook name, ID, workgroup, and time created.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the notebook was created.

Link copied to clipboard

The time when the notebook was last modified.

Link copied to clipboard
val name: String?

The name of the notebook.

Link copied to clipboard

The notebook ID.

Link copied to clipboard

The type of notebook. Currently, the only valid type is IPYNB.

Link copied to clipboard

The name of the Spark enabled workgroup to which the notebook belongs.

Functions

Link copied to clipboard
inline fun copy(block: NotebookMetadata.Builder.() -> Unit = {}): NotebookMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String