Metadata

class Metadata

Metadata and other file information.

Types

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

Properties

Link copied to clipboard
val eTag: String?

The entity tag (ETag) of the file.

Link copied to clipboard

The size of the media file, in bytes.

Link copied to clipboard
val lastModified: <Error class: unknown class>?

The last modification timestamp of the media file, in Unix time.

Link copied to clipboard

The MIME type of the media file.

Functions

Link copied to clipboard
inline fun copy(block: Metadata.Builder.() -> Unit = {}): Metadata
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