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
Namespace: Amazon.FinSpaceData.Model
Assembly: AWSSDK.FinSpaceData.dll
Version: 3.x.y.z
public class GetDataViewResponse : AmazonWebServiceResponse
The GetDataViewResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetDataViewResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
AutoUpdate | System.Boolean |
Gets and sets the property AutoUpdate. Flag to indicate Dataview should be updated automatically. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
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. |
![]() |
DatasetId | System.String |
Gets and sets the property DatasetId. The unique identifier for the Dataset used in the Dataview. |
![]() |
DataViewArn | System.String |
Gets and sets the property DataViewArn. The ARN identifier of the Dataview. |
![]() |
DataViewId | System.String |
Gets and sets the property DataViewId. The unique identifier for the Dataview. |
![]() |
DestinationTypeParams | Amazon.FinSpaceData.Model.DataViewDestinationTypeParams |
Gets and sets the property DestinationTypeParams. Options that define the destination type for the Dataview. |
![]() |
ErrorInfo | Amazon.FinSpaceData.Model.DataViewErrorInfo |
Gets and sets the property ErrorInfo. Information about an error that occurred for the Dataview. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
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. |
![]() |
PartitionColumns | System.Collections.Generic.List<System.String> |
Gets and sets the property PartitionColumns. Ordered set of column names used to partition data. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
SortColumns | System.Collections.Generic.List<System.String> |
Gets and sets the property SortColumns. Columns to be used for sorting the data. |
![]() |
Status | Amazon.FinSpaceData.DataViewStatus |
Gets and sets the property Status. The status of a Dataview creation.
|
.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