Module Values.DataLakeDatasetSchemaFieldSource

The dataset field details.

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

    The dataset field name.

    *)
  2. type_ : DataLakeDatasetSchemaFieldType.t;
    (*

    The dataset field type.

    *)
  3. isRequired : Boolean.t;
    (*

    Indicate if the field is required or not.

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