Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DatastoreSummary

import type { DatastoreSummary } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

A summary of information about a data store.

interface DatastoreSummary {
creationTime?: Date | number | null;
datastoreName?: string | null;
datastorePartitions?: DatastorePartitions | null;
datastoreStorage?: DatastoreStorageSummary | null;
fileFormatType?: FileFormatType | null;
lastMessageArrivalTime?: Date | number | null;
lastUpdateTime?: Date | number | null;
status?: DatastoreStatus | null;
}

§Properties

§
creationTime?: Date | number | null
[src]

When the data store was created.

§
datastoreName?: string | null
[src]

The name of the data store.

§
datastorePartitions?: DatastorePartitions | null
[src]

Contains information about the partition dimensions in a data store.

§
datastoreStorage?: DatastoreStorageSummary | null
[src]

Where data in a data store is stored.

§
fileFormatType?: FileFormatType | null
[src]

The file format of the data in the data store.

§
lastMessageArrivalTime?: Date | number | null
[src]

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

IoT Analytics updates this value at most once per minute for Amazon Simple Storage Service one data store. Hence, the lastMessageArrivalTime value is an approximation.

This feature only applies to messages that arrived in the data store after October 23, 2020.

§
lastUpdateTime?: Date | number | null
[src]

The last time the data store was updated.

§
status?: DatastoreStatus | null
[src]

The status of the data store.