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 UpdateKxDataview operation.
Namespace: Amazon.Finspace.Model
Assembly: AWSSDK.Finspace.dll
Version: 3.x.y.z
public class UpdateKxDataviewResponse : AmazonWebServiceResponse
The UpdateKxDataviewResponse type exposes the following members
Name | Description | |
---|---|---|
UpdateKxDataviewResponse() |
Name | Type | Description | |
---|---|---|---|
ActiveVersions | System.Collections.Generic.List<Amazon.Finspace.Model.KxDataviewActiveVersion> |
Gets and sets the property ActiveVersions. The current active changeset versions of the database on the given dataview. |
|
AutoUpdate | System.Boolean |
Gets and sets the property AutoUpdate. The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false. |
|
AvailabilityZoneId | System.String |
Gets and sets the property AvailabilityZoneId. The identifier of the availability zones. |
|
AzMode | Amazon.Finspace.KxAzMode |
Gets and sets the property AzMode.
The number of availability zones you want to assign per volume. Currently, FinSpace
only supports |
|
ChangesetId | System.String |
Gets and sets the property ChangesetId. A unique identifier for the changeset. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
CreatedTimestamp | System.DateTime |
Gets and sets the property CreatedTimestamp. 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. |
|
DatabaseName | System.String |
Gets and sets the property DatabaseName. The name of the database. |
|
DataviewName | System.String |
Gets and sets the property DataviewName. The name of the database under which the dataview was created. |
|
Description | System.String |
Gets and sets the property Description. A description of the dataview. |
|
EnvironmentId | System.String |
Gets and sets the property EnvironmentId. A unique identifier for the kdb environment, where you want to update the dataview. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
LastModifiedTimestamp | System.DateTime |
Gets and sets the property LastModifiedTimestamp. The last time that the dataview was updated 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. |
|
ReadWrite | System.Boolean |
Gets and sets the property ReadWrite. Returns True if the dataview is created as writeable and False otherwise. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
SegmentConfigurations | System.Collections.Generic.List<Amazon.Finspace.Model.KxDataviewSegmentConfiguration> |
Gets and sets the property SegmentConfigurations. The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. |
|
Status | Amazon.Finspace.KxDataviewStatus |
Gets and sets the property Status. The status of 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