GetDatastoreResult

data class GetDatastoreResult(val datastorePartitions: DatastorePartitions? = null, val datastoreStorage: DatastoreStorage? = null, val fileFormatConfiguration: DatastoreFileFormatConfiguration? = null, val id: String? = null, val retentionPeriod: DatastoreRetentionPeriod? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(datastorePartitions: DatastorePartitions? = null, datastoreStorage: DatastoreStorage? = null, fileFormatConfiguration: DatastoreFileFormatConfiguration? = null, id: String? = null, retentionPeriod: DatastoreRetentionPeriod? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the partition dimensions in a data store.

Link copied to clipboard

Where data store data is stored.

Link copied to clipboard

Contains the configuration information of file formats. AWS IoT Analytics data stores support JSON and Parquet . The default file format is JSON. You can specify only one format. You can't change the file format after you create the data store.

Link copied to clipboard
val id: String? = null
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
val tags: List<Tag>? = null

Metadata which can be used to manage the data store. For more information, see Tag .