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 BatchGetAssetPropertyValueHistory operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class BatchGetAssetPropertyValueHistoryResponse : AmazonWebServiceResponse

The BatchGetAssetPropertyValueHistoryResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ErrorEntries System.Collections.Generic.List<Amazon.IoTSiteWise.Model.BatchGetAssetPropertyValueHistoryErrorEntry>

Gets and sets the property ErrorEntries.

A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of results, or null if there are no additional results.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SkippedEntries System.Collections.Generic.List<Amazon.IoTSiteWise.Model.BatchGetAssetPropertyValueHistorySkippedEntry>

Gets and sets the property SkippedEntries.

A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped.

Public Property SuccessEntries System.Collections.Generic.List<Amazon.IoTSiteWise.Model.BatchGetAssetPropertyValueHistorySuccessEntry>

Gets and sets the property SuccessEntries.

A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result.

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