Datastore

class Datastore

Information about a data store.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the data store.

Link copied to clipboard

When the data store was created.

Link copied to clipboard

Contains information about the partition dimensions in a data store.

Link copied to clipboard

Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.

Link copied to clipboard

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

Link copied to clipboard

The last time the data store was updated.

Link copied to clipboard
val name: String?

The name of the data store.

Link copied to clipboard

How long, in days, message data is kept for the data store. When customerManagedS3 storage is selected, this parameter is ignored.

Link copied to clipboard

The status of a data store:

Link copied to clipboard

Where data in a data store is stored.. You can choose serviceManagedS3 storage, customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is created.

Functions

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