Module Values.DataLakeDatasetPartitionFieldSource

The detail of the partition field.

Sourcetype nonrec t = {
  1. name : DataLakeDatasetSchemaFieldName.t;
    (*

    The name of the partition field.

    *)
  2. transform : DataLakeDatasetPartitionFieldTransform.t;
    (*

    The transformation of the partition field. A transformation specifies how to partition on a given field. For example, with timestamp you can specify that you'd like to partition fields by day, e.g. data record with value 2025-01-03T00:00:00Z in partition field is in 2025-01-03 partition. Also noted that data record without any value in optional partition field is in NULL partition.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataLakeDatasetSchemaFieldName.t | `Structure of (string * [> `Enum of string ]) list ]) 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