Module Values.DataLakeDatasetPartitionFieldTransformSource

The detail of the partition field transformation.

Sourcetype nonrec t = {
  1. type_ : DataLakeDatasetPartitionTransformType.t;
    (*

    The type of partitioning transformation for this field. The available options are: IDENTITY - Partitions data on a given field by its exact values. YEAR - Partitions data on a timestamp field using year granularity. MONTH - Partitions data on a timestamp field using month granularity. DAY - Partitions data on a timestamp field using day granularity. HOUR - Partitions data on a timestamp field using hour granularity.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t