Values.DatasetSourceThe structure for a Dataset.
type nonrec t = {datasetId : DatasetId.t option;An identifier for a Dataset.
*)datasetArn : DatasetArn.t option;The ARN identifier of the Dataset.
*)datasetTitle : DatasetTitle.t option;Display title for a Dataset.
*)kind : DatasetKind.t option;The format in which Dataset data is structured. TABULAR – Data is structured in a tabular format. NON_TABULAR – Data is structured in a non-tabular format.
*)datasetDescription : DatasetDescription.t option;Description for a Dataset.
*)ownerInfo : DatasetOwnerInfo.t option;Contact information for a Dataset owner.
*)createTime : TimestampEpoch.t option;The timestamp at which the Dataset 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.
*)lastModifiedTime : TimestampEpoch.t option;The last time that the Dataset 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.
*)schemaDefinition : SchemaUnion.t option;Definition for a schema on a tabular Dataset.
*)alias : AliasString.t option;The unique resource identifier for a Dataset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of TimestampEpoch.t
| `String of DatasetId.t
| `Structure of
(string
* [> `String of OwnerName.t
| `Structure of
(string
* [> `List of
[> `String of ColumnName.t
| `Structure of
(string
* [> `Enum of string | `String of ColumnName.t ])
list ]
list ])
list ])
list ])
list ]