Module Values.CommonPrefixSource

Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/.

Sourcetype nonrec t = {
  1. prefix : Prefix.t option;
    (*

    Container for the specified common prefix.

    *)
}
Sourceval make : ?prefix:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Prefix.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