AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateDatastore operation. Used to update the settings of a data store.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoTAnalytics.AmazonIoTAnalyticsRequest
      Amazon.IoTAnalytics.Model.UpdateDatastoreRequest

Namespace: Amazon.IoTAnalytics.Model
Assembly: AWSSDK.IoTAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDatastoreRequest : AmazonIoTAnalyticsRequest
         IAmazonWebServiceRequest

The UpdateDatastoreRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateDatastoreRequest()

Properties

NameTypeDescription
Public Property DatastoreName System.String

Gets and sets the property DatastoreName.

The name of the data store to be updated.

Public Property DatastoreStorage Amazon.IoTAnalytics.Model.DatastoreStorage

Gets and sets the property DatastoreStorage.

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.

Public Property FileFormatConfiguration Amazon.IoTAnalytics.Model.FileFormatConfiguration

Gets and sets the property FileFormatConfiguration.

Contains the configuration information of file formats. 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.

Public Property RetentionPeriod Amazon.IoTAnalytics.Model.RetentionPeriod

Gets and sets the property RetentionPeriod.

How long, in days, message data is kept for the data store. The retention period can't be updated if the data store's Amazon S3 storage is customer-managed.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5