Values.DataLakeDatasetPartitionSpecSourceThe partition specification for a dataset.
type nonrec t = {fields : DataLakeDatasetPartitionFieldList.t;The fields on which to partition a dataset. The partitions will be applied hierarchically based on the order of this list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of DataLakeDatasetSchemaFieldName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]
list ])
list ]