Module Values.DataPartitionsSource

Sourcetype nonrec t = DataPartition.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : DataPartition.t list -> [> `List of [> `Structure of (string * [> `String of DataPartitionId.t | `Structure of (string * [> `Integer of LanguageVersion.t | `String of StorageLocation.t | `Structure of (string * [> `Enum of string | `Integer of StorageMaximumSizeValue.t ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> DataPartition.t list
Sourceval of_json : [> Yojson.Safe.t ] -> DataPartition.t list
Sourceval to_json : DataPartition.t list -> Yojson.Safe.t