Values.UpdateKxDataviewResponseSourceUpdates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations
type nonrec t = {environmentId : EnvironmentId.t option;A unique identifier for the kdb environment, where you want to update the dataview.
*)databaseName : DatabaseName.t option;The name of the database.
*)dataviewName : KxDataviewName.t option;The name of the database under which the dataview was created.
*)azMode : KxAzMode.t option;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.
*)availabilityZoneId : AvailabilityZoneId.t option;The identifier of the availability zones.
*)changesetId : ChangesetId.t option;A unique identifier for the changeset.
*)segmentConfigurations : KxDataviewSegmentConfigurationList.t option;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.
*)activeVersions : KxDataviewActiveVersionList.t option;The current active changeset versions of the database on the given dataview.
*)status : KxDataviewStatus.t option;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.
*)autoUpdate : BooleanValue.t option;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.
*)readWrite : BooleanValue.t option;Returns True if the dataview is created as writeable and False otherwise.
*)description : Description.t option;A description of the dataview.
*)createdTimestamp : Timestamp.t option;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.
*)lastModifiedTimestamp : Timestamp.t option;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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?environmentId:??? ->
?databaseName:??? ->
?dataviewName:??? ->
?azMode:??? ->
?availabilityZoneId:??? ->
?changesetId:??? ->
?segmentConfigurations:??? ->
?activeVersions:??? ->
?status:??? ->
?autoUpdate:??? ->
?readWrite:??? ->
?description:??? ->
?createdTimestamp:??? ->
?lastModifiedTimestamp:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanValue.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of BooleanValue.t
| `List of
[> `String of DbPath.t
| `Structure of
(string
* [> `Boolean of BooleanValue.t
| `List of [> `String of DbPath.t ] list
| `String of KxVolumeName.t ])
list ]
list
| `String of KxVolumeName.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of EnvironmentId.t
| `Timestamp of Timestamp.t ])
list ]