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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Finspace.Model.UpdateKxDataviewResponse

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

Syntax

C#
public class UpdateKxDataviewResponse : AmazonWebServiceResponse

The UpdateKxDataviewResponse type exposes the following members

Constructors

NameDescription
Public Method UpdateKxDataviewResponse()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property AvailabilityZoneId System.String

Gets and sets the property AvailabilityZoneId.

The identifier of the availability zones.

Public Property 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 SINGLE for volumes. This places dataview in a single AZ.

Public Property ChangesetId System.String

Gets and sets the property ChangesetId.

A unique identifier for the changeset.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The name of the database.

Public Property DataviewName System.String

Gets and sets the property DataviewName.

The name of the database under which the dataview was created.

Public Property Description System.String

Gets and sets the property Description.

A description of the dataview.

Public Property EnvironmentId System.String

Gets and sets the property EnvironmentId.

A unique identifier for the kdb environment, where you want to update the dataview.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property ReadWrite System.Boolean

Gets and sets the property ReadWrite.

Returns True if the dataview is created as writeable and False otherwise.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property Status Amazon.Finspace.KxDataviewStatus

Gets and sets the property Status.

The status of dataview creation.

  • CREATING – The dataview creation is in progress.

  • UPDATING – The dataview is in the process of being updated.

  • ACTIVE – The dataview is active.

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