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.

This is the response object from the PutStorageConfiguration operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.IoTSiteWise.Model.PutStorageConfigurationResponse

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

Syntax

C#
public class PutStorageConfigurationResponse : AmazonWebServiceResponse

The PutStorageConfigurationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfigurationStatus Amazon.IoTSiteWise.Model.ConfigurationStatus

Gets and sets the property ConfigurationStatus.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DisassociatedDataStorage Amazon.IoTSiteWise.DisassociatedDataStorageState

Gets and sets the property DisassociatedDataStorage.

Contains the storage configuration for time series (data streams) that aren't associated with asset properties. The disassociatedDataStorage can be one of the following values:

  • ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.

    After the disassociatedDataStorage is enabled, you can't disable it.

  • DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset properties.

For more information, see Data streams in the IoT SiteWise User Guide.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property MultiLayerStorage Amazon.IoTSiteWise.Model.MultiLayerStorage

Gets and sets the property MultiLayerStorage.

Contains information about the storage destination.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RetentionPeriod Amazon.IoTSiteWise.Model.RetentionPeriod

Gets and sets the property RetentionPeriod.

Public Property StorageType Amazon.IoTSiteWise.StorageType

Gets and sets the property StorageType.

The storage tier that you specified for your data. The storageType parameter can be one of the following values:

  • SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.

  • MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.

Public Property WarmTier Amazon.IoTSiteWise.WarmTierState

Gets and sets the property WarmTier.

A service managed storage tier optimized for analytical queries. It stores periodically uploaded, buffered and historical data ingested with the CreaeBulkImportJob API.

Public Property WarmTierRetentionPeriod Amazon.IoTSiteWise.Model.WarmTierRetentionPeriod

Gets and sets the property WarmTierRetentionPeriod.

Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.

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