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.

Response from retrieving a dataview, which includes details on the target database and table name

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.FinSpaceData.Model.GetDataViewResponse

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

Syntax

C#
public class GetDataViewResponse : AmazonWebServiceResponse

The GetDataViewResponse type exposes the following members

Constructors

NameDescription
Public Method GetDataViewResponse()

Properties

NameTypeDescription
Public Property AsOfTimestamp System.Int64

Gets and sets the property AsOfTimestamp.

Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Public Property AutoUpdate System.Boolean

Gets and sets the property AutoUpdate.

Flag to indicate Dataview should be updated automatically.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreateTime System.Int64

Gets and sets the property CreateTime.

The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Public Property DatasetId System.String

Gets and sets the property DatasetId.

The unique identifier for the Dataset used in the Dataview.

Public Property DataViewArn System.String

Gets and sets the property DataViewArn.

The ARN identifier of the Dataview.

Public Property DataViewId System.String

Gets and sets the property DataViewId.

The unique identifier for the Dataview.

Public Property DestinationTypeParams Amazon.FinSpaceData.Model.DataViewDestinationTypeParams

Gets and sets the property DestinationTypeParams.

Options that define the destination type for the Dataview.

Public Property ErrorInfo Amazon.FinSpaceData.Model.DataViewErrorInfo

Gets and sets the property ErrorInfo.

Information about an error that occurred for the Dataview.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTime System.Int64

Gets and sets the property LastModifiedTime.

The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

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

Gets and sets the property PartitionColumns.

Ordered set of column names used to partition data.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SortColumns System.Collections.Generic.List<System.String>

Gets and sets the property SortColumns.

Columns to be used for sorting the data.

Public Property Status Amazon.FinSpaceData.DataViewStatus

Gets and sets the property Status.

The status of a Dataview creation.

  • RUNNING – Dataview creation is running.

  • STARTING – Dataview creation is starting.

  • FAILED – Dataview creation has failed.

  • CANCELLED – Dataview creation has been cancelled.

  • TIMEOUT – Dataview creation has timed out.

  • SUCCESS – Dataview creation has succeeded.

  • PENDING – Dataview creation is pending.

  • FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.

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