DatastoreSummary

A summary of information about a data store.

Types

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

Properties

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

When the data store was created.

Link copied to clipboard

The name of the data store.

Link copied to clipboard

Contains information about the partition dimensions in a data store.

Link copied to clipboard

Where data in a data store is stored.

Link copied to clipboard

The file format of the data in the data store.

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

The last time when a new message arrived in the data store.

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

The last time the data store was updated.

Link copied to clipboard

The status of the data store.

Functions

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