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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.IoTThingsGraph.Model.GetUploadStatusResponse

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

Syntax

C#
public class GetUploadStatusResponse : AmazonWebServiceResponse

The GetUploadStatusResponse type exposes the following members

Constructors

NameDescription
Public Method GetUploadStatusResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The date at which the upload was created.

Public Property FailureReason System.Collections.Generic.List<System.String>

Gets and sets the property FailureReason.

The reason for an upload failure.

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

Gets and sets the property NamespaceArn.

The ARN of the upload.

Public Property NamespaceName System.String

Gets and sets the property NamespaceName.

The name of the upload's namespace.

Public Property NamespaceVersion System.Int64

Gets and sets the property NamespaceVersion.

The version of the user's namespace. Defaults to the latest version of the user's namespace.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property UploadId System.String

Gets and sets the property UploadId.

The ID of the upload.

Public Property UploadStatus Amazon.IoTThingsGraph.UploadStatus

Gets and sets the property UploadStatus.

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

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